1
0
Fork 0

Removed a useless command that previously served me as a template

Commando
unknown 6 years ago
parent 489eae0ff2
commit 5adb377aa2

@ -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!');
}
};
Loading…
Cancel
Save