Explorar el Código

Merge pull request #9 from legoktm/earwig-nitpick

"definition of word" --> "definition of word or phrase"
pull/10/head
Ben Kurtovic hace 11 años
padre
commit
27e2fd08a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      commands/urbandictionary.py

+ 1
- 1
commands/urbandictionary.py Ver fichero

@@ -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"]


Cargando…
Cancelar
Guardar