mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
⏪ revert changes to change implement method
This reverts commit bf7b2a8cbe
.
This commit is contained in:
parent
bdd9f5ae30
commit
b59ff03abf
@ -418,7 +418,7 @@ class Matcher(metaclass=MatcherMeta):
|
||||
"""
|
||||
bot = current_bot.get()
|
||||
event = current_event.get()
|
||||
return await bot.send(event=event, message=message, **kwargs)
|
||||
await bot.send(event=event, message=message, **kwargs)
|
||||
|
||||
@classmethod
|
||||
async def finish(cls,
|
||||
|
Loading…
Reference in New Issue
Block a user