1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 01:31:34 +02:00

Apparently its still accepted, just depricated

This commit is contained in:
ChrisChrome 2023-01-18 19:37:15 -07:00
parent 6f5d429403
commit a537df8218

View File

@ -18,5 +18,6 @@
export interface BanCreateSchema {
delete_message_seconds?: string;
delete_message_days?: string;
reason?: string;
}