1
0
Fork 0
forked from swee/MeowNex

Update sweebot.py

This commit is contained in:
Nova Cat 2024-11-16 13:42:02 -08:00
parent 2a70eca229
commit 359d044f0a

View file

@ -495,8 +495,7 @@ while True:
elif command[0] == "$botsnack": elif command[0] == "$botsnack":
multiline(f"\x01ACTION eats some {choice(snacks)}\x01", channel) multiline(f"\x01ACTION eats some {choice(snacks)}\x01", channel)
elif command[0] == "$hug": elif command[0] == "$hug":
name = nick if not len(command) > 1 else " ".join(command[1:]) multiline(f"\x01ACTION gives a hug to {nick if not len(command) > 1 else " ".join(command[1:])}\x01", channel)
multiline(f"\x01ACTION gives a hug to {name}\x01", channel)