FFS I cannot code for shit
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = function (bot, api) {
|
||||
} else {
|
||||
bot.currentWBW += args[1] + ' ';
|
||||
api.respond(message, printf(api.strings.WBW_NEW_WORD))
|
||||
api.speak(bot.currentWBW)
|
||||
api.speak(message.member.voice.channel, bot.currentWBW)
|
||||
await api.db.run('update BotState set value=? where key="last_wbw"', message.author.id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user