No need to process input for .botsnack
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user