瀏覽代碼

Consistency with bolding.

pull/10/merge
Ben Kurtovic 9 年之前
父節點
當前提交
6e588a9f4f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      commands/stars.py

+ 1
- 1
commands/stars.py 查看文件

@@ -76,7 +76,7 @@ class Stars(Command):
name = arg
url = "https://github.com/{0}".format(name)

msg = "\x0303{0}\x0F has \x02{1}\x0F stargazer{2} across {3} repo{4}: {5}"
msg = "\x0303{0}\x0F has \x02{1}\x0F stargazer{2} across \x02{3}\x0F repo{4}: {5}"
self.reply(data, msg.format(
name, star_count, star_plural, len(repos), repo_plural, url))



Loading…
取消
儲存