This commit is contained in:
Auric Vente 2024-02-20 06:30:27 -06:00
parent c6cfa0b1b3
commit 0cb3191fc2
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ async def on_message(ws, message):
update_time()
await gif_numbers(None, room_id)
elif cmd == "date":
elif cmd == "date" or cmd == "data" or cmd == "time" or cmd == "datetime":
update_time()
await gif_date(None, room_id)