Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Altonymous's full-sized avatar

Chris Altman Altonymous

  • USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Altonymous on github.
  • I am altonymous (https://keybase.io/altonymous) on keybase.
  • I have a public key whose fingerprint is 9904 D69B E6CB 9589 93D2 CFA2 21B7 79A9 57AD E225

To claim this, I am signing this object:

@Altonymous
Altonymous / connect_controller.rb
Created November 2, 2022 01:14
slack-ruby-bot-server notes for Team's not getting extended.
# frozen_string_literal: true
# app/controllers/connect_controller.rb
# Handles connecting a Slackster User to a Slack Team
class ConnectController < ApplicationController
def index
return unless params&.key?(:code)
client = Slack::Web::Client.new