aboutsummaryrefslogtreecommitdiff
path: root/src/bot_discord.js
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-03 07:03:57 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-03 07:03:57 -0500
commitcf0e69af80ab4677339eddc780c8637cc373e917 (patch)
tree6e4c061fcac9df2619b807ab61f038fbfa45854a /src/bot_discord.js
parentfe9c201eb5587d08293f89c357fa445e09c614b4 (diff)
downloadAleeBot-cf0e69af80ab4677339eddc780c8637cc373e917.tar.gz
AleeBot-cf0e69af80ab4677339eddc780c8637cc373e917.tar.bz2
AleeBot-cf0e69af80ab4677339eddc780c8637cc373e917.zip
Added when the command loading finishes
Diffstat (limited to 'src/bot_discord.js')
-rw-r--r--src/bot_discord.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bot_discord.js b/src/bot_discord.js
index f1818c2..ac035d9 100644
--- a/src/bot_discord.js
+++ b/src/bot_discord.js
@@ -27,6 +27,7 @@ fs.readdir(`./commands/`, (err, files) => {
console.log(`[i] Command ${f} loading...`);
client.commands.set(cmds.config.command, cmds);
})
+ console.log('[>] Success! All commands are loaded...')
})