mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Gotta Remove that
This commit is contained in:
@@ -71,7 +71,6 @@ client.on('guildDelete', async(guild) => {
|
|||||||
client.on('disconnect', (event) => {
|
client.on('disconnect', (event) => {
|
||||||
console.log(`[Disconnect] Shard ${client.shard.id} disconnected with Code ${event.code}.`);
|
console.log(`[Disconnect] Shard ${client.shard.id} disconnected with Code ${event.code}.`);
|
||||||
webhook(`Disconnected...`, `Shard ${client.shard.id}`, 0xFF3300);
|
webhook(`Disconnected...`, `Shard ${client.shard.id}`, 0xFF3300);
|
||||||
process.exit(0);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
client.setTimeout(() => {
|
client.setTimeout(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user