Kaynağa Gözat

Consistency with bolding.

pull/10/merge
Ben Kurtovic 8 yıl önce
ebeveyn
işleme
6e588a9f4f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      commands/stars.py

+ 1
- 1
commands/stars.py Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet