Add BotMsgCancelCancelTask key for bot messages (#162)

This commit is contained in:
doomwithdon
2025-12-20 23:56:42 -05:00
committed by GitHub
parent cebadd39f7
commit a3162eff89

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"
)