This commit is contained in:
Nova Cat 2024-12-01 14:10:08 -08:00
parent 5df08c48f8
commit e7ee6901d6

View file

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