|
for x, y in zip(msg.args(), ("can", "i", "have", "the", "house", "with")):
|
|
for x, y in zip(msg.args(), ("can", "i", "have", "the", "house", "with")):
|
|
return RollbotResponse(msg, failure=RollbotFailure.INVALID_ARGUMENTS)
|
|
return RollbotResponse(msg, failure=RollbotFailure.INVALID_ARGUMENTS)
|
|
return RollbotResponse(msg, txt=thehouse)
|
|
return RollbotResponse(msg, txt=thehouse)
|