mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
feat: timeout support
This commit is contained in:
parent
06877e90cc
commit
39e0dfa27f
23 changed files with 532 additions and 92 deletions
|
@ -6,6 +6,7 @@ import { VCAlert } from "./entities/VCAlert";
|
|||
|
||||
interface GuildEventArgs extends Record<string, unknown[]> {
|
||||
expiredMute: [Mute];
|
||||
timeoutMuteToRenew: [Mute];
|
||||
scheduledPost: [ScheduledPost];
|
||||
reminder: [Reminder];
|
||||
expiredTempban: [Tempban];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue