summaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-15 11:13:06 -0400
committerAlee <alee14498@gmail.com>2018-04-15 11:13:06 -0400
commit9e6471908997015894b8f8fff27fc9f3d4440470 (patch)
tree3aa1f54b00eee419a725b4dcad00c1801cdd5203 /bot_discord.js
parent4cad93e6c3f03f08a525d76ce94927b3b05e35c9 (diff)
downloadAleeBot-9e6471908997015894b8f8fff27fc9f3d4440470.tar.gz
AleeBot-9e6471908997015894b8f8fff27fc9f3d4440470.tar.bz2
AleeBot-9e6471908997015894b8f8fff27fc9f3d4440470.zip
More changes in debug mode
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js
index 5034885..2149538 100644
--- a/bot_discord.js
+++ b/bot_discord.js
@@ -38,7 +38,7 @@ console.log ('This is free software, and you are welcome to redistribute it');
console.log ('under certain conditions; type `show c\' for details.\n')
if (process.argv.indexOf("--debug") == -1) {
- log("Running AleeBot without --debug command line flag. Debug output disabled.");
+ console.log("Running AleeBot without --debug command line flag. Debug output disabled.\n");
} else {
console.log('[!] Entering debug mode...')
client.on('debug', function(info) {