diff --git a/commands/urbandictionary.py b/commands/urbandictionary.py index ebed527..a527c00 100644 --- a/commands/urbandictionary.py +++ b/commands/urbandictionary.py @@ -11,7 +11,7 @@ from urllib2 import urlopen from earwigbot.commands import Command class UrbanDictionary(Command): - """Get the definition of a word using Urban Dictionary.""" + """Get the definition of a word or phrase using Urban Dictionary.""" name = "urban" commands = ["urban", "urbandictionary", "dictt", "definee", "defne", "dct", "ud"]