Clean-Ups

This commit is contained in:
Daniel Odendahl Jr
2017-05-31 04:41:01 +00:00
parent 21ebcf8537
commit 7802bb49cb
142 changed files with 351 additions and 495 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class Stats {
static dBots(server_count, id) {
snekfetch
.post(`https://bots.discord.pw/api/bots/${id}/stats`)
.set({ 'Authorization': DBOTS_KEY })
.set({ Authorization: DBOTS_KEY })
.send({ server_count })
.then(() => console.log('[Carbon] Successfully posted to Carbon.'))
.catch(err => console.error(`[Carbon] Failed to post to Carbon. ${err}`));