refactor(bot)!: Remove debug event (#4437)

This commit is contained in:
Fleny
2025-09-08 17:23:17 +02:00
committed by GitHub
parent 8e8ffa6a54
commit 11c5147d6f
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -27,7 +27,6 @@ import type {
} from './transformers/types.js'
export type EventHandlers<TProps extends TransformersDesiredProperties, TBehavior extends DesiredPropertiesBehavior> = {
debug: (text: string, ...args: any[]) => unknown
applicationCommandPermissionsUpdate: (command: GuildApplicationCommandPermissions) => unknown
guildAuditLogEntryCreate: (log: AuditLogEntry, guildId: bigint) => unknown
automodRuleCreate: (rule: AutoModerationRule) => unknown