diff --git a/types/interfaces.ts b/types/interfaces.ts index 508ca3d..276c4dc 100644 --- a/types/interfaces.ts +++ b/types/interfaces.ts @@ -52,7 +52,7 @@ export interface MessageResponse { user_uuid: string, message: string, reply_to: string | null, - user: UserResponse, + member: GuildMemberResponse, } export interface InviteResponse {