summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-01 16:49:21 -0400
committerAlee <alee14498@gmail.com>2018-04-01 16:49:21 -0400
commit0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799 (patch)
tree8db3292ccc3ef201bb441f6badb16bc32652c254
parentbed51035b43acf55e114939d7af5f87af3b5d83f (diff)
downloadAleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.tar.gz
AleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.tar.bz2
AleeBot-0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799.zip
more changes
-rw-r--r--bot_discord.js2
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);
}
});