forked from swee/MeowNex
emotion
This commit is contained in:
parent
2af1ca9f28
commit
e392418a73
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ while True:
|
||||||
channel)
|
channel)
|
||||||
elif command[0] == "$bap":
|
elif command[0] == "$bap":
|
||||||
if len(command) == 2:
|
if len(command) == 2:
|
||||||
for i in range(1,int(command[1])):
|
for i in range(0,int(command[1])):
|
||||||
happiness -= (1 if happiness != 10 else 0)
|
happiness -= (1 if happiness != 10 else 0)
|
||||||
elif len(command) == 1:
|
elif len(command) == 1:
|
||||||
happiness -= (1 if happiness != 10 else 0)
|
happiness -= (1 if happiness != 10 else 0)
|
||||||
|
|
Loading…
Reference in a new issue