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