diff --git a/bot.js b/bot.js index 9a3a764..ec786db 100644 --- a/bot.js +++ b/bot.js @@ -90,7 +90,7 @@ function registerCommands() { cmd.createCommand('_', 'repeat', (msg, argv) => { return argv['repeattext']; - }, ['repeattext']) + }, ['repeattext']); } // defining the client's handlers