server
server copied to clipboard
wrong responce type
/guilds/{id}/bans/{userid} in the source code it says it returns a BanModeratorSchema but instead it returns banInfo = { user: userjson, reason: string, }; which is not the correct response. Either the responce type needs to be corrected or the responce