I'm so mad

This commit is contained in:
Daniel Odendahl Jr
2017-03-23 00:51:49 +00:00
parent 760565f706
commit b57baaf29b
+1 -1
View File
@@ -123,7 +123,7 @@ client.once('ready', () => {
});
process.on('unhandledRejection', function (reason, p) {
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason);
console.log("[Error] A Possibly Unhandled Rejection has Occurred. " + reason + p);
});
client.login(config.token);