Skip to content

Commit

Permalink
disable foto command
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Feb 4, 2024
1 parent ea9a43e commit e14fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class Messenger {
return handlers.train.getNextAVE(target, textSplit.slice(1).join(' '), this.bot)
}

if (textSplit.length > 0 && inputParser.isAskingForTakeScreenshot(textSplit[0]))
return handlers.stream.captureScreenshot(target, this.bot, this.notifier.bot, context['display-name'])
//if (textSplit.length > 0 && inputParser.isAskingForTakeScreenshot(textSplit[0]))
//return handlers.stream.captureScreenshot(target, this.bot, this.notifier.bot, context['display-name'])
}

handleHosting (channel, target, viewers) {
Expand Down

0 comments on commit e14fc81

Please sign in to comment.