From 7a752d80e6d7867793e029d7bd821b7175dfefad Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Tue, 18 Sep 2018 14:29:00 +0200 Subject: [PATCH] Haha yes is no longer a command but an auto reply --- commands/fun/yes.js | 15 --------------- reply.json | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 commands/fun/yes.js diff --git a/commands/fun/yes.js b/commands/fun/yes.js deleted file mode 100644 index 3c0a5511..00000000 --- a/commands/fun/yes.js +++ /dev/null @@ -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'); - } -}; \ No newline at end of file diff --git a/reply.json b/reply.json index b3454753..b1e456af 100644 --- a/reply.json +++ b/reply.json @@ -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" } \ No newline at end of file