Mods
This commit is contained in:
parent
ccecba00bb
commit
a49e617544
2
main.py
2
main.py
|
@ -337,7 +337,7 @@ async def on_message(ws, message):
|
||||||
update_time()
|
update_time()
|
||||||
await shitpost(ws, room_id)
|
await shitpost(ws, room_id)
|
||||||
|
|
||||||
elif cmd in ["write", "writer", "text", "meme"]:
|
elif cmd in ["write", "writer", "words", "text", "meme"]:
|
||||||
update_time()
|
update_time()
|
||||||
|
|
||||||
if len(args) > 0:
|
if len(args) > 0:
|
||||||
|
|
Loading…
Reference in New Issue