Explorar el Código

Merge pull request #44 from justinkim/dict-alias

Add def to possible !dict aliases
tags/v0.2
Ben Kurtovic hace 11 años
padre
commit
204cbce45e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Ver fichero

@@ -28,7 +28,7 @@ from earwigbot.commands import Command
class Dictionary(Command):
"""Define words and stuff."""
name = "dictionary"
commands = ["dict", "dictionary", "define"]
commands = ["dict", "dictionary", "define", "def"]

def process(self, data):
if not data.args:


Cargando…
Cancelar
Guardar