From 959440761a81bc115f4346decc0607079d615b0f Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 Feb 2018 15:22:51 -0500 Subject: DONE DONE ODNE --- bot.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 1d64af0..70a56e5 100644 --- a/bot.js +++ b/bot.js @@ -40,6 +40,7 @@ async function loadCmd(category, cmd) { const command = require(`./commands/${category}/${cmd}`); bot.commands.get(category).set(command.help.name, command); command.conf.aliases.forEach(alias => { + console.log(`Loading the alias ${alias} for the command ${command.help.name}`); bot.aliases.get(category).set(alias, command.help.name); }); } -- cgit v1.2.3