From 0709fc78ce199f4fd2a0c3c7f81d0d93fc1a7799 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 1 Apr 2018 16:49:21 -0400 Subject: more changes --- bot_discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }); -- cgit v1.2.3