forked from Supositware/Haha-Yes
removed that command, it sucked anyway
This commit is contained in:
parent
c7df52d202
commit
7b0473456e
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
const { Command } = require('discord-akairo');
|
||||
|
||||
class tokenCommand extends Command {
|
||||
constructor() {
|
||||
super('token', {
|
||||
aliases: ['token'],
|
||||
category: 'general',
|
||||
description: {
|
||||
content: 'Send the token of the bot',
|
||||
usage: '',
|
||||
examples: ['']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
async exec(message) {
|
||||
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);
|
||||
}
|
||||
}
|
||||
module.exports = tokenCommand;
|
Loading…
Reference in a new issue