1
0
Fork 0

add get to help

This commit is contained in:
Nyx 2025-01-31 19:17:34 -06:00
parent 46b23509e1
commit dbbafca7ac

1
bot.py
View file

@ -22,6 +22,7 @@ async def help_message(room, message):
============================ ============================
A work-in-progress Python rewrite of the original quotes bot, aiming for a mostly complete remake. A work-in-progress Python rewrite of the original quotes bot, aiming for a mostly complete remake.
{PREFIX} help - show this message {PREFIX} help - show this message
{PREFIX} get - fetch a image from the defined instance
""") """)
await bot.api.send_text_message(room.room_id, message) await bot.api.send_text_message(room.room_id, message)