diff --git a/index.d.ts b/index.d.ts index e0c7cd5..9b01745 100644 --- a/index.d.ts +++ b/index.d.ts @@ -34,7 +34,7 @@ declare global { discriminator: string; id: string; username: string; - } + }; } interface GameAppealProps { @@ -55,10 +55,9 @@ declare global { target_usernames: string[]; user?: { discriminator: string; - email: string; id: string; username: string; - } + }; } export function createEmotionServer(cache: EmotionCache): EmotionServer;