1
0
Fork 0

Haha yes is no longer a command but an auto reply

Commando
Loic Bersier 6 years ago
parent f86d77ab06
commit 7a752d80e6

@ -1,15 +0,0 @@
const { Command } = require('discord.js-commando');
module.exports = class YesCommand extends Command {
constructor(client) {
super(client, {
name: 'yes',
group: 'fun',
memberName: 'yes',
description: 'very yes',
});
}
async run(message) {
return message.say('haha very yes');
}
};

@ -1,4 +1,5 @@
{
"haha yes": "haha very yes",
"nigger": "nigger LOL get it xD I said nigger HAHHAHAHAHAHA get it cuz its not socially acceptable to say nigger so its funny ROFL saaaayyy NIGGER LMFAOOOO",
"lol": "veri fun"
}
Loading…
Cancel
Save