Mods
This commit is contained in:
parent
33e55bc4d1
commit
1ee48e2952
2
main.py
2
main.py
|
@ -110,7 +110,7 @@ async def on_message(ws, message):
|
||||||
|
|
||||||
elif cmd == "help":
|
elif cmd == "help":
|
||||||
update_time()
|
update_time()
|
||||||
await send_message(ws, f"Commands: describe | wins | numbers | date | bird", room_id)
|
await send_message(ws, f"Commands: describe | wins | numbers | date | bird | shitpost", room_id)
|
||||||
|
|
||||||
elif cmd == "describe":
|
elif cmd == "describe":
|
||||||
if len(args) >= 1:
|
if len(args) >= 1:
|
||||||
|
|
Loading…
Reference in New Issue