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)
|
||||
elif command[0] == "$bap":
|
||||
happiness -= (1 if happiness != 0 else 0)
|
||||
multiline(choice(pats) + " (Emotion: Upset " +
|
||||
multiline(choice(baps) + " (Emotion: Upset " +
|
||||
("#" * int(happiness)) +
|
||||
("-" * int(10-happiness)) + " Happy)",
|
||||
channel)
|
||||
|
|
Loading…
Reference in a new issue