1
0
Fork 0
forked from swee/MeowNex
This commit is contained in:
Nova Cat 2024-12-01 14:18:36 -08:00
parent 976dac4925
commit 2ab85da3b5

View file

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