diff --git a/types/interfaces.ts b/types/interfaces.ts index 276c4dc..508ca3d 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, - member: GuildMemberResponse, + user: UserResponse, } export interface InviteResponse {