diff --git a/bot/bot.lua b/bot/bot.lua index ba01f78..7a40aa4 100644 --- a/bot/bot.lua +++ b/bot/bot.lua @@ -277,6 +277,7 @@ function get_fortunes_uc3m() end function getDulcinea( text ) + -- Powered by https://github.com/javierhonduco/dulcinea local api = "http://dulcinea.herokuapp.com/api/?query=" b = http.request(api..text) dulcinea = json:decode(b)