Fix
This commit is contained in:
parent
4cb1456173
commit
6e7a78c5ec
2
main.py
2
main.py
|
@ -282,7 +282,7 @@ async def on_message(ws, message):
|
|||
|
||||
elif cmd in ["help"]:
|
||||
update_time()
|
||||
await send_message(ws, f"Commands: describe | wins | numbers | date | bird | shitpost | who | when | write | video | where", room_id)
|
||||
await send_message(ws, f"Commands: describe | wins | numbers | date | bird | shitpost | who | when | write | video | where | gallo", room_id)
|
||||
|
||||
elif cmd in ["describe"]:
|
||||
if len(args) >= 1:
|
||||
|
|
Loading…
Reference in New Issue