Bug fix temp change

This commit is contained in:
2024-01-18 15:10:23 +01:00
parent 9d44ca8d6d
commit 4cfe877feb
4 changed files with 6 additions and 1 deletions

View File

@@ -6,5 +6,6 @@ export default interface Event {
description: string
type: "event"
event: keyof ClientEvents
disabled?: boolean
execute(...args: any[]): void
}