Fix Tweet

This commit is contained in:
Andreas Bielawski 2016-07-11 23:15:30 +02:00
parent 9e3b6fd9e5
commit 6ae753dcaf

View File

@ -145,7 +145,7 @@ function tweet:getTweet(self, msg, base, all)
return "Konnte nicht verbinden, evtl. existiert der User nicht?"
end
local response = json:decode(response_body)
local response = json.decode(response_body)
if #response == 0 then
return "Konnte keinen Tweet bekommen, sorry"
end