diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 3176792..1334f1d 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -81,7 +81,7 @@ class Mybot(commands.Cog): commits = projects.commits.list()[-number:] for commit in commits: detail = commit.attributes - await ctx.channel.send(detail['title'] + ": " + detail['author_name'] + ": " '\n' + detail['web_url']) + await ctx.channel.send("__" + detail['author_name'] + "__: " + detail['title'] + '\n' + detail['web_url']) @commands.command() async def disconnect(self, ctx):