Mathium05
Mathium05
https://github.com/spacebarchat/server/blob/1d8e081fd8ccee7ee835133ec4bbc713abdcd86d/src/api/routes/guilds/#guild_id/templates.ts#L154 ```json { "code": 500, "message": "QueryFailedError: null value in column \"created_at\" of relation \"templates\" violates not-null constraint" } ``` when trying to edit the template, it returns a 500...
/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...
https://github.com/spacebarchat/server/blob/1d8e081fd8ccee7ee835133ec4bbc713abdcd86d/src/util/schemas/responses/GuildBansResponse.ts#L20 this property may be null
https://github.com/spacebarchat/server/blame/1d8e081fd8ccee7ee835133ec4bbc713abdcd86d/src/api/routes/guilds/#guild_id/bans.ts#L43 this line is incorrect, it returns an array of them, not just the single object.
https://github.com/spacebarchat/server/blob/39b19d536cd7bedb437a2c8bee00355e48100bbf/src/util/schemas/ChannelModifySchema.ts#L26 This is incorrect, the type may not be any valid type, but must be of a subset, as one can't convert a channel into a dm or a channel...
**Describe the bug** https://github.com/spacebarchat/server/blob/master/src/api/routes/guilds/%23guild_id/messages/search.ts returns the incorrect total_results, which returns the number of things it returns instead of the number of things that match the results. **To Reproduce** search in...
These are great:tm: icons. I hope these get replaced soon lol
**Describe the bug** Messages don't ping on reply **To Reproduce** reply to someone and notice the lack of a ping **Expected behavior** a ping
**Describe the bug** When you set the nickname via this API to "" it should be set to null, but this does not work **To Reproduce** Steps to reproduce the...
Just as the issue title says, it's missing pronouns, avatar, banner, bio, and a few other things. Please close when this is done so I can remove the hack I'm...