🔥 self-built app hasn't MetaEvent

This commit is contained in:
StarHeartHunt 2021-07-09 16:14:25 +08:00
parent 30cb6be104
commit 8c7498eeb5

View File

@ -237,11 +237,6 @@ class NoticeEvent(Event):
... ...
class MetaEvent(Event):
#TODO:实现该事件
...
_t = StringTrie(separator=".") _t = StringTrie(separator=".")
# define `model` first to avoid globals changing while `for` # define `model` first to avoid globals changing while `for`