diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-03 07:03:57 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-03 07:03:57 -0500 |
| commit | cf0e69af80ab4677339eddc780c8637cc373e917 (patch) | |
| tree | 6e4c061fcac9df2619b807ab61f038fbfa45854a /src/bot_discord.js | |
| parent | fe9c201eb5587d08293f89c357fa445e09c614b4 (diff) | |
| download | AleeBot-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.js | 1 |
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...') }) |
