Skip to content

Commit

Permalink
*sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon1320 committed Oct 31, 2018
1 parent fa3e746 commit 38a3597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ let lastMessage = null;

client.on("error", error => {

console.error(`big boii error: ${error}`);
console.error(`big boii error: ${JSON.stringify(error)}`);
});
/*
client.on("guildBanAdd", (guild, user) => {
Expand Down

0 comments on commit 38a3597

Please sign in to comment.