mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix GuildDelete
This commit is contained in:
@@ -132,8 +132,8 @@ client.on('guildCreate', guild => {
|
|||||||
|
|
||||||
client.on('guildDelete', guild => {
|
client.on('guildDelete', guild => {
|
||||||
console.log("[Guild] I have left the guild: " + guild.name + " (" + guild.id + ")...");
|
console.log("[Guild] I have left the guild: " + guild.name + " (" + guild.id + ")...");
|
||||||
console.log("[POST] " + results);
|
|
||||||
client.shard.fetchClientValues('guilds.size').then(results => {
|
client.shard.fetchClientValues('guilds.size').then(results => {
|
||||||
|
console.log("[POST] " + results);
|
||||||
const carbonPOST = {
|
const carbonPOST = {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
uri: 'https://www.carbonitex.net/discord/data/botdata.php',
|
uri: 'https://www.carbonitex.net/discord/data/botdata.php',
|
||||||
|
|||||||
Reference in New Issue
Block a user