forked from Supositware/Haha-Yes
This commit is contained in:
parent
6c20e856d0
commit
a052a7a52b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,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>", "OWNED EPIC STYLE <:youngtroll:488559163832795136>", "NDg3MzQyOD__NOPE__pkz5_ck", "Did you think i was that dumb?"];
|
||||||
let trollMessage = trollMessage[Math.floor( Math.random() * trollMessage.length )];
|
trollMessage = trollMessage[Math.floor( Math.random() * trollMessage.length )];
|
||||||
message.channel.send(trollMessage);
|
message.channel.send(trollMessage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue