mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 03:24:20 +00:00
Make ahnonlosoio a coroutine function
This commit is contained in:
parent
867419c6bc
commit
66be9d1eab
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import royalnet.engineer as engi
|
|||
|
||||
|
||||
@engi.PartialCommand.new(name="ahnonlosoio", syntax="")
|
||||
def ahnonlosoio(_sentry: engi.Sentry, _msg: engi.Message, **__):
|
||||
async def ahnonlosoio(_sentry: engi.Sentry, _msg: engi.Message, **__):
|
||||
"""
|
||||
Ah, non lo so io!
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue