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