diff --git a/src/handler/structures/wrapper.ts b/src/handler/structures/wrapper.ts index 8552128..29a4a67 100644 --- a/src/handler/structures/wrapper.ts +++ b/src/handler/structures/wrapper.ts @@ -7,8 +7,9 @@ import type { DiscordEvent } from '../../types/handler'; * @property {readonly Client} client * @property {readonly string} prefix * @property {readonly string} commands - * @prop {(handler : Handler) => void)} ini + * @prop {(handler : Handler) => void)} init * @property {readonly {test: boolean, id: string}[]} privateServers + * @prop { readonly DiscordEvent[] } events */ interface Wrapper { readonly client: Client;