mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Add missing triggers to automod AvailableTriggers type
This commit is contained in:
parent
46400166ea
commit
025f2bec7f
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ export const AvailableTriggers = t.type({
|
|||
match_links: MatchLinksTrigger.configType,
|
||||
match_attachment_type: MatchAttachmentTypeTrigger.configType,
|
||||
member_join: MemberJoinTrigger.configType,
|
||||
role_added: RoleAddedTrigger.configType,
|
||||
role_removed: RoleRemovedTrigger.configType,
|
||||
|
||||
message_spam: MessageSpamTrigger.configType,
|
||||
mention_spam: MentionSpamTrigger.configType,
|
||||
|
|
Loading…
Add table
Reference in a new issue