From c14f95030b9f83e6150ac17527a3cb5c9faa8f21 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Fri, 21 Dec 2018 17:16:52 +0100 Subject: [PATCH] Syntax completion --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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