Skip to content

Commit 27a33dd

Browse files
committed
Change about command color
1 parent c27be49 commit 27a33dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ async def changelog(self, ctx):
165165
@trigger_typing
166166
async def about(self, ctx):
167167
"""Shows information about the bot."""
168-
em = discord.Embed(color=discord.Color.green(), timestamp=datetime.datetime.utcnow())
168+
em = discord.Embed(color=0x36393F, timestamp=datetime.datetime.utcnow())
169169
em.set_author(name='Mod Mail - About', icon_url=self.bot.user.avatar_url)
170170
em.set_thumbnail(url=self.bot.user.avatar_url)
171171

0 commit comments

Comments
 (0)