server icon indicating copy to clipboard operation
server copied to clipboard

wrong responce type

Open MathMan05 opened this issue 9 months ago • 0 comments

/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

MathMan05 avatar Apr 14 '25 16:04 MathMan05