Skip to content

Commit

Permalink
Merge pull request TotallyNotRobots#22 from Techman/gonzobot+ud-prefix
Browse files Browse the repository at this point in the history
urban: Add 'ud' as a Command
  • Loading branch information
linuxdaemon authored Nov 26, 2019
2 parents 9329c13 + 0eaa8a5 commit a939a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/urban.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
random_url = base_url + "/random"


@hook.command("urban", "u", autohelp=False)
@hook.command("urban", "u", "ud", autohelp=False)
def urban(text, reply):
"""<phrase> [id] - Looks up <phrase> on urbandictionary.com."""

Expand Down

0 comments on commit a939a97

Please sign in to comment.