This commit is contained in:
Nova Cat 2024-12-01 14:22:46 -08:00
parent 2ab85da3b5
commit 90669fd5f5

View file

@ -451,9 +451,9 @@ while True:
channel) channel)
elif command[0] == "$meow": elif command[0] == "$meow":
if random(1,100) > (happiness*10): if random(1,100) > (happiness*10):
multiline(choice(meows_happy), channel)
else:
multiline(choice(meows_upset), channel) multiline(choice(meows_upset), channel)
else:
multiline(choice(meows_happy), channel)
elif command[0] == "$shell": elif command[0] == "$shell":
if perms == "full": if perms == "full":