mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 01:11:27 +03:00
fix: increase timeout for missing guilds
from 15 seconds to 5 minutes
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = class Client extends FrameworkClient {
|
||||
Partials.Reaction,
|
||||
],
|
||||
shards: 'auto',
|
||||
waitGuildTimeout: ms('5m'),
|
||||
},
|
||||
{ baseDir: __dirname },
|
||||
);
|
||||
|
@@ -10,6 +10,6 @@ module.exports = class extends Listener {
|
||||
}
|
||||
|
||||
run(guild) {
|
||||
this.client.log.info(`Removed from guild "${guild.name}"`);
|
||||
this.client.log.info(`Removed from guild ${guild.id} (${guild.name})`);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user