Let's fix these bugs!

This commit is contained in:
Daniel Odendahl Jr
2017-03-21 19:28:44 +00:00
parent 0d0eeaf914
commit e53ce2632f
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -93,6 +93,7 @@ client.on('guildCreate', guild => {
.then(function (parsedBody) {
console.log('[Discord Bots] Successfully posted to Discord Bots.');
}).catch(function (err) {
console.log(err);
console.log("[Discord Bots] Failed to post to Discord Bots.");
});
});
@@ -118,6 +119,7 @@ client.on('guildDelete', guild => {
.then(function (parsedBody) {
console.log('[Discord Bots] Successfully posted to Discord Bots.');
}).catch(function (err) {
console.log(err);
console.log("[Discord Bots] Failed to post to Discord Bots.");
});
});