浏览代码

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



正在加载...
取消
保存