mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 07:11:49 +02:00
Clean-Ups
This commit is contained in:
+1
-1
@@ -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}`));
|
||||
|
||||
Reference in New Issue
Block a user