mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 16:15:04 +00:00
fix: automod types
This commit is contained in:
parent
5a5be89573
commit
e4b098b563
3 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ interface TMessageSpamMatchResultType {
|
|||
const configSchema = z.strictObject({
|
||||
amount: z.number().int(),
|
||||
within: zDelayString,
|
||||
per_channel: z.boolean().optional(),
|
||||
per_channel: z.boolean().nullable().default(false),
|
||||
});
|
||||
|
||||
export function createMessageSpamTrigger(spamType: RecentActionType, prettyName: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue