Haha yes is no longer a command but an auto reply

This commit is contained in:
Loic Bersier 2018-09-18 14:29:00 +02:00
parent f86d77ab06
commit 7a752d80e6
2 changed files with 1 additions and 15 deletions

View file

@ -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');
}
};

View file

@ -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"
}