1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00

Merge pull request #955 from fosscord/dev/fix-bans

Fix banning users from the client
This commit is contained in:
Chris Chrome 2023-01-18 19:39:36 -07:00 committed by GitHub
commit 95ba38b0cf

View File

@ -17,6 +17,7 @@
*/
export interface BanCreateSchema {
delete_message_seconds?: string;
delete_message_days?: string;
reason?: string;
}