3
0
Fork 0
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:
Dragory 2020-09-15 02:12:17 +03:00
parent 46400166ea
commit 025f2bec7f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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,