소스 검색

Merge 58066402af into af9f6a56fb

pull/44/merge
Justin Kim 11 년 전
부모
커밋
87f6e132d3
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:


불러오는 중...
취소
저장