mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
🔧 Fix diobot
function name
This commit is contained in:
parent
6583697405
commit
151bb78fdc
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ WHAT = [
|
|||
|
||||
@rb.capture_errors
|
||||
@engi.TeleportingConversation
|
||||
async def phrase(*, _msg: engi.Message, **__):
|
||||
async def diobot(*, _msg: engi.Message, **__):
|
||||
"""
|
||||
Il bot è molto arrabbiato e vuole creare bestemmie complesse!
|
||||
"""
|
||||
|
@ -77,5 +77,5 @@ async def phrase(*, _msg: engi.Message, **__):
|
|||
|
||||
# Objects exported by this module
|
||||
__all__ = (
|
||||
"phrase",
|
||||
)
|
||||
"diobot",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue