From 582beb2a4256a8b8e38545b753124ff31f484f6c Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Tue, 22 May 2018 00:06:21 -0800 Subject: [PATCH] Update git.py --- src/cogs/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/git.py b/src/cogs/git.py index fa1e3b5..a6b2bb0 100644 --- a/src/cogs/git.py +++ b/src/cogs/git.py @@ -75,7 +75,7 @@ class Git: if ctx.author.id not in self.bot.ownerlist: return await ctx.send('Only my contributors can use me like this :blush:', delete_after=10) em = discord.Embed(style='rich', - title=f'Git Pull', + title=f'Git Status', color=self.bot.embed_color) em.set_thumbnail(url=f'{ctx.guild.me.avatar_url}') result = await asyncio.wait_for(self.bot.loop.create_task(