ソースを参照

Add def to possible !dict aliases

tags/v0.2
justinkim 11年前
コミット
58066402af
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py ファイルの表示

@@ -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:


読み込み中…
キャンセル
保存