mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-05 18:50:24 +08:00
71 lines
1.3 KiB
YAML
71 lines
1.3 KiB
YAML
emptyon:
|
|
- Message
|
|
- MessageDelete
|
|
|
|
- GuildCreate
|
|
- GuildUpdate
|
|
- GuildDelete
|
|
- ChannelCreate
|
|
- ChannelUpdate
|
|
- ChannelDelete
|
|
|
|
- GuildMemberAdd
|
|
- GuildMemberUpdate
|
|
- GuildMemberRemove
|
|
|
|
#- MessageCreate
|
|
#- MessageDelete
|
|
|
|
- MessageReactionAdd
|
|
- MessageReactionRemove
|
|
|
|
#- DirectMessageCreate
|
|
#- DirectMessageDelete
|
|
|
|
- OpenForumThreadCreate
|
|
- OpenForumThreadUpdate
|
|
- OpenForumThreadDelete
|
|
- OpenForumPostCreate
|
|
- OpenForumPostDelete
|
|
- OpenForumReplyCreate
|
|
- OpenForumReplyDelete
|
|
|
|
- AudioOrLiveChannelMemberEnter
|
|
- AudioOrLiveChannelMemberExit
|
|
|
|
- MessageAuditPass
|
|
- MessageAuditReject
|
|
|
|
- ForumThreadCreate
|
|
- ForumThreadUpdate
|
|
- ForumThreadDelete
|
|
- ForumPostCreate
|
|
- ForumPostDelete
|
|
- ForumReplyCreate
|
|
- ForumReplyDelete
|
|
- ForumPublishAuditResult
|
|
|
|
- AudioStart
|
|
- AudioFinish
|
|
- AudioOnMic
|
|
- AudioOffMic
|
|
|
|
#- AtMessageCreate
|
|
#- PublicMessageDelete
|
|
|
|
ruleon:
|
|
Message:
|
|
- Message
|
|
Rule:
|
|
- [Prefix, prefix, string]
|
|
- [Suffix, suffix, string]
|
|
- [Command, commands, string]
|
|
- [Regex, regexPattern, string]
|
|
- [Keyword, keyword, string]
|
|
- [FullMatch, src, string]
|
|
- [FullMatchGroup, src, "[]string"]
|
|
- [KeywordGroup, keywords, "[]string"]
|
|
- [CommandGroup, commands, "[]string"]
|
|
- [PrefixGroup, prefix, "[]string"]
|
|
- [SuffixGroup, suffix, "[]string"]
|