From d8418ca389a6c0e24a7e4279bcb471dd9ce8b160 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 4 Jan 2019 13:33:24 +0100 Subject: [PATCH] updated one of the response --- commands/general/token.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/token.js b/commands/general/token.js index 3b8d0ab1..ddc0a832 100644 --- a/commands/general/token.js +++ b/commands/general/token.js @@ -14,7 +14,7 @@ class tokenCommand extends Command { } async exec(message) { - let trollMessage = ['Sick you thought <:youngtroll:488559163832795136>', 'OWNED EPIC STYLE <:youngtroll:488559163832795136>', 'NDg3MzQyOD__NOPE__pkz5_ck', 'Did you think i was that dumb?']; + let trollMessage = ['Sick you thought <:youngtroll:488559163832795136>', 'Haha nope\nOWNED EPIC STYLE <:youngtroll:488559163832795136>', 'NDg3MzQyOD__NOPE__pkz5_ck', 'Did you think i was that dumb?']; trollMessage = trollMessage[Math.floor( Math.random() * trollMessage.length )]; message.channel.send(trollMessage); }