No need to process input for .botsnack
parent
0c102513fd
commit
bf8b638971
|
@ -7,8 +7,6 @@ author: mutantmonkey <mutantmonkey@gmail.com>
|
||||||
import random
|
import random
|
||||||
|
|
||||||
def botsnack(phenny, input):
|
def botsnack(phenny, input):
|
||||||
msg = input.group(2)
|
|
||||||
|
|
||||||
messages = ["Om nom nom", "Delicious, thanks!"]
|
messages = ["Om nom nom", "Delicious, thanks!"]
|
||||||
response = random.choice(messages)
|
response = random.choice(messages)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue