diff --git a/plugins/urbandictionary.py b/plugins/urbandictionary.py index 4ca690a..2327df6 100644 --- a/plugins/urbandictionary.py +++ b/plugins/urbandictionary.py @@ -20,7 +20,7 @@ def urban(inp): if not defs: return 'no definitions found' - out = words[0].text_content().strip() + ' '.join( + out = words[0].text_content().strip() + ': ' + ' '.join( defs[0].text_content().split()) if len(out) > 400: