Justin Kim vor 11 Jahren
Ursprung
Commit
87f6e132d3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Datei anzeigen

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


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


Laden…
Abbrechen
Speichern