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
+1
View File
@@ -17,6 +17,7 @@
*/
export interface BanCreateSchema {
delete_message_seconds?: string;
delete_message_days?: string;
reason?: string;
}