1
0
Fork 0
forked from swee/MeowNex
This commit is contained in:
Nova Cat 2024-12-01 14:10:27 -08:00
parent e7ee6901d6
commit b8eec2f545

View file

@ -445,7 +445,7 @@ while True:
channel) channel)
elif command[0] == "$bap": elif command[0] == "$bap":
happiness -= (1 if happiness != 0 else 0) happiness -= (1 if happiness != 0 else 0)
multiline(choice(pats) + " (Emotion: Upset " + multiline(choice(baps) + " (Emotion: Upset " +
("#" * int(happiness)) + ("#" * int(happiness)) +
("-" * int(10-happiness)) + " Happy)", ("-" * int(10-happiness)) + " Happy)",
channel) channel)