output
This commit is contained in:
parent
124db26473
commit
c49f88e93e
@ -25,7 +25,7 @@ end
|
||||
function run(msg, matches)
|
||||
local text = getUrbanDictionary(msg.text)
|
||||
if (text == nil) then
|
||||
return "Nichts gefunden!"
|
||||
return '"'..text..'" nicht gefunden.'
|
||||
else
|
||||
return text
|
||||
end
|
||||
|
Reference in New Issue
Block a user