diff --git a/src/handler/structures/wrapper.ts b/src/handler/structures/wrapper.ts index 198ebb5..8da6e2b 100644 --- a/src/handler/structures/wrapper.ts +++ b/src/handler/structures/wrapper.ts @@ -12,7 +12,7 @@ import type { DiscordEvent } from '../../types/handler'; */ interface Wrapper { readonly client: Client; - readonly defaultPrefix: string; + readonly defaultPrefix?: string; readonly commands: string; readonly events? : DiscordEvent[]; }