💡 add docstring

This commit is contained in:
yanyongyu
2021-11-11 18:10:39 +08:00
parent 7c27fbe1d5
commit fdffaf4e85
2 changed files with 10 additions and 1 deletions

View File

@ -627,6 +627,7 @@ class Matcher(metaclass=MatcherMeta):
priority=0,
block=True,
plugin=self.plugin,
module=self.module,
expire_time=datetime.now() + bot.config.session_expire_timeout,
default_state=self.state,
default_parser=self.__class__._default_parser,
@ -663,6 +664,7 @@ class Matcher(metaclass=MatcherMeta):
priority=0,
block=True,
plugin=self.plugin,
module=self.module,
expire_time=datetime.now() + bot.config.session_expire_timeout,
default_state=self.state,
default_parser=self.__class__._default_parser,