diff options
| -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);
}
});
|
