(rewrite): Updated more events.

This commit is contained in:
2026-08-11 11:16:21 +08:00
parent 32b06a384b
commit efd5df89ca
8 changed files with 136 additions and 60 deletions
+2
View File
@@ -4,6 +4,8 @@ import { CommandClient, Event, Guild } from 'athena-prime';
// Internal Imports
import { Database } from '../shared/Database';
// ---------------
class GuildCreateEvent extends Event<CommandClient> {
event: string = 'guildCreate' as const;