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