mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-22 18:46:40 +00:00
💡 update handler docstring
This commit is contained in:
@@ -50,7 +50,7 @@ class MatcherMeta(type):
|
||||
f"temp={self.temp}>")
|
||||
|
||||
def __str__(self) -> str:
|
||||
return repr(self)
|
||||
return self.__repr__()
|
||||
|
||||
|
||||
class Matcher(metaclass=MatcherMeta):
|
||||
|
Reference in New Issue
Block a user