소스 검색

Thanks Logan_.

tags/v0.2
Ben Kurtovic 10 년 전
부모
커밋
487b246b32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/remind.py

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

@@ -203,7 +203,7 @@ class Remind(Command):
("Adjust", "!remind adjust [id] [time]"),
("Restart", "!snooze [id]")
]
extra = "In all cases, \x0306[id]\x0F can be omitted if you have only one reminder."
extra = "In most cases, \x0306[id]\x0F can be omitted if you have only one reminder."
joined = " ".join("{0}: \x0306{1}\x0F.".format(k, v) for k, v in parts)
self.reply(data, joined + " " + extra)



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