소스 검색

derp!

tags/v0.1^2
Ben Kurtovic 13 년 전
부모
커밋
b4ce673c03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bot/commands/afc_report.py

+ 1
- 1
bot/commands/afc_report.py 파일 보기

@@ -56,7 +56,7 @@ class Command(BaseCommand):
msg1 = "AfC submission report for \x0302{0}\x0301 ({1}):"
msg2 = "Status: \x0303{0}\x0301"
msg3 = "Submitted by \x0302{0}\x0301 ({1})"
if status == "accepted"
if status == "accepted":
msg3 = "Reviewed by \x0302{0}\x0301 ({1})"

self.connection.reply(data, msg1.format(short, url))


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