forked from Supositware/Haha-Yes
Haha yes is no longer a command but an auto reply
This commit is contained in:
parent
f86d77ab06
commit
7a752d80e6
2 changed files with 1 additions and 15 deletions
|
@ -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…
Reference in a new issue