diff --git a/commands/info.js b/commands/info.js deleted file mode 100644 index 623dca2..0000000 --- a/commands/info.js +++ /dev/null @@ -1,16 +0,0 @@ -const Discord = require('discord.js'); - -module.exports.meta = { - name: 'info', - aliases: ['about'], - staffOnly: false -} - -/** - * - * @param {Discord.Message} message - * @param {Array} args - */ -module.exports.run = async (message, args) => { - message.channel.send('h'); -} \ No newline at end of file