From 5adb377aa2574338b108cff22ef8e8829410911a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 Sep 2018 17:14:19 +0200 Subject: [PATCH] Removed a useless command that previously served me as a template --- commands/fun/meow.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 commands/fun/meow.js diff --git a/commands/fun/meow.js b/commands/fun/meow.js deleted file mode 100644 index 24fc05a6..00000000 --- a/commands/fun/meow.js +++ /dev/null @@ -1,15 +0,0 @@ -const { Command } = require('discord.js-commando'); -module.exports = class MeowCommand extends Command { - constructor(client) { - super(client, { - name: 'meow', - group: 'fun', - memberName: 'meow', - description: 'Replies with a meow, kitty cat.', - }); - } - - run(message) { - return message.say('Meow!'); - } -}; \ No newline at end of file