summary refs log tree commit diff
path: root/src/util/interfaces
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-07 23:18:57 +0100
committerRory& <root@rory.gay>2025-12-12 22:56:02 +0100
commitbdbf6d06b25fcdb2e9cbcdd32872ae62bfc8893c (patch)
tree76e769af417dba58a85d53996b3993ea073e2170 /src/util/interfaces
parentMerge remote-tracking branch 'BrajamohanDas-afk/refactor/remove-getIpAddress'... (diff)
downloadserver-ts-bdbf6d06b25fcdb2e9cbcdd32872ae62bfc8893c.tar.xz
Fix IP tracking for bans
Diffstat (limited to 'src/util/interfaces')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 24157efd..d0a60493 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -219,6 +219,7 @@ export interface GuildBanAddEvent extends Event { data: { guild_id: string; user: User; + delete_message_secs?: number }; }