style fixes

This commit is contained in:
Javier Honduvilla Coto 2014-11-28 14:50:41 +01:00
parent 0a14948ebd
commit c042a90378
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,3 @@
function getDulcinea( text )
-- Powered by https://github.com/javierhonduco/dulcinea
local api = "http://dulcinea.herokuapp.com/api/?query="
@ -41,9 +40,9 @@ function run(msg, matches)
end
return {
description = "Spanish dictionary",
usage = "!rae [word]",
patterns = {"^!rae (.*)$"},
run = run
description = "Spanish dictionary",
usage = "!rae [word]",
patterns = {"^!rae (.*)$"},
run = run
}