mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
feat: notify when staff are offline (closes #304)
This commit is contained in:
@@ -23,10 +23,11 @@ module.exports = class Client extends FrameworkClient {
|
||||
GatewayIntentBits.Guilds,
|
||||
GatewayIntentBits.GuildMembers,
|
||||
GatewayIntentBits.GuildMessages,
|
||||
GatewayIntentBits.GuildPresences,
|
||||
],
|
||||
partials: [
|
||||
Partials.Message,
|
||||
Partials.Channel,
|
||||
Partials.Message,
|
||||
Partials.Reaction,
|
||||
],
|
||||
});
|
||||
@@ -66,4 +67,4 @@ module.exports = class Client extends FrameworkClient {
|
||||
await this.prisma.$disconnect();
|
||||
return super.destroy();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user