|
@@ -20,6 +20,6 @@ def the_house(db, msg):
|
|
|
if x.lower() != y:
|
|
|
return RollbotResponse(msg, failure=RollbotFailure.INVALID_ARGUMENTS)
|
|
|
|
|
|
- thehouse = housetop + msg.args().last() + housebot
|
|
|
+ thehouse = housetop + msg.args()[-1] + housebot
|
|
|
|
|
|
return RollbotResponse(msg, txt=thehouse)
|