Skip to content

Commit

Permalink
Attempt to fix operation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Aug 8, 2019
1 parent 94ff9c4 commit 168712b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interactions/rename.js
Expand Up @@ -3,6 +3,8 @@ import { airFind } from '../utils'
const renameInteraction = (bot, message) => {
const { user, channel, text } = message

bot.replyAcknowledge()

airFind('Clubs', 'Slack Channel ID', channel).then(club => {
if (!club) {
// not a club channel
Expand Down

0 comments on commit 168712b

Please sign in to comment.