updated one of the response

This commit is contained in:
loicbersier 2019-01-04 13:33:24 +01:00
parent 377bad85a5
commit d8418ca389

View file

@ -14,7 +14,7 @@ class tokenCommand extends Command {
} }
async exec(message) { 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 )]; trollMessage = trollMessage[Math.floor( Math.random() * trollMessage.length )];
message.channel.send(trollMessage); message.channel.send(trollMessage);
} }