From f39c4a7ee127d7ff0f01a4b3167da135372421fb Mon Sep 17 00:00:00 2001 From: Jan <26145882+imverum@users.noreply.github.com> Date: Sun, 27 Dec 2020 14:02:39 +0100 Subject: [PATCH] delete useless info command --- commands/info.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 commands/info.js 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