Skip to content

Commit

Permalink
Log message for breakout interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jul 19, 2022
1 parent 07ab6dd commit 50a41d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactions/trigger/updateBreakouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { airGet, initBot, airPatch, transcript } from '../../utils'
import interactionJoinChannel from '../joinChannel'

export default async (bot = initBot(), message) => {
console.log({message })
const breakoutChannels = await airGet(
'Breakout Channel',
'{Archived Channel Name} = BLANK()'
Expand Down

0 comments on commit 50a41d3

Please sign in to comment.