swap
This commit is contained in:
parent
2ab85da3b5
commit
90669fd5f5
1 changed files with 2 additions and 2 deletions
|
@ -451,9 +451,9 @@ while True:
|
|||
channel)
|
||||
elif command[0] == "$meow":
|
||||
if random(1,100) > (happiness*10):
|
||||
multiline(choice(meows_happy), channel)
|
||||
else:
|
||||
multiline(choice(meows_upset), channel)
|
||||
else:
|
||||
multiline(choice(meows_happy), channel)
|
||||
|
||||
elif command[0] == "$shell":
|
||||
if perms == "full":
|
||||
|
|
Loading…
Reference in a new issue