소스 검색

Capitalise replies in !editcount

tags/v0.1^2
Justin Yulli Kim 12 년 전
부모
커밋
8682c4b631
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/editcount.py

+ 1
- 1
earwigbot/commands/editcount.py 파일 보기

@@ -42,7 +42,7 @@ class Editcount(Command):
try:
count = user.editcount
except exceptions.UserNotFoundError:
msg = "the user \x0302{0}\x0F does not exist."
msg = "The user \x0302{0}\x0F does not exist."
self.reply(data, msg.format(name))
return



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