mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Removed :
This commit is contained in:
@@ -106,7 +106,7 @@ client.on('guildCreate', guild => {
|
|||||||
});
|
});
|
||||||
const DBotsPOST = {
|
const DBotsPOST = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats',
|
uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats',
|
||||||
body: {
|
body: {
|
||||||
server_count: client.guilds.size
|
server_count: client.guilds.size
|
||||||
},
|
},
|
||||||
@@ -142,7 +142,7 @@ client.on('guildDelete', guild => {
|
|||||||
}
|
}
|
||||||
const DBotsPOST = {
|
const DBotsPOST = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
uri: 'https://bots.discord.pw/api/bots/:278305350804045834/stats',
|
uri: 'https://bots.discord.pw/api/bots/278305350804045834/stats',
|
||||||
body: {
|
body: {
|
||||||
server_count: client.guilds.size
|
server_count: client.guilds.size
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user