forked from swee/MeowNex
typo
This commit is contained in:
parent
e7ee6901d6
commit
b8eec2f545
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue