From 6e588a9f4ffd8b1ad5946ed4d77463d55ed53a95 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 11 Sep 2015 22:06:49 -0500 Subject: [PATCH] Consistency with bolding. --- commands/stars.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/stars.py b/commands/stars.py index e9585f4..da31072 100644 --- a/commands/stars.py +++ b/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))