mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-11 14:44:50 +00:00
Fix IP tracking for bans
This commit is contained in:
@@ -219,6 +219,7 @@ export interface GuildBanAddEvent extends Event {
|
||||
data: {
|
||||
guild_id: string;
|
||||
user: User;
|
||||
delete_message_secs?: number
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user