浏览代码

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))


正在加载...
取消
保存