diff options
| author | Alee <alee14498@gmail.com> | 2018-04-01 16:49:21 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-01 16:49:21 -0400 |
| commit | 0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799 (patch) | |
| tree | 8db3292ccc3ef201bb441f6badb16bc32652c254 | |
| parent | bed51035b43acf55e114939d7af5f87af3b5d83f (diff) | |
| download | AleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.tar.gz AleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.tar.bz2 AleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.zip | |
more changes
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index 00b00b3..666b8cf 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -54,7 +54,7 @@ fs.readdir('./commands', (err, files) => { });
}
catch (err) {
- log('[X] An error has occured trying to load a command. Here is the error.');
+ console.log('[X] An error has occured trying to load a command. Here is the error.');
(err.stack);
}
});
|
