Add BotMsgCancelCancelTask key for bot messages (#162)

This commit is contained in:
doomwithdon
2025-12-21 12:56:42 +08:00
committed by GitHub
parent cebadd39f7
commit a3162eff89
+1
View File
@@ -230,4 +230,5 @@ const (
LifetimeUserLoginFailed Key = "lifetime.user_login_failed"
ParserPluginLoadFailed Key = "parser.plugin.load_failed"
ParserPluginLoadedDir Key = "parser.plugin.loaded_dir"
BotMsgCancelCancelTask Key = "bot.msg.cancel.cancel.task"
)