1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-05 18:50:24 +08:00
This commit is contained in:
源文雨
2023-10-16 00:26:04 +09:00
parent 6a1019d201
commit ce34c996ef
25 changed files with 2844 additions and 8 deletions

69
codegen/engine/engine.yml Normal file
View File

@@ -0,0 +1,69 @@
emptyon:
- Message
- 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"]