Skip to content

Commit 1f54ba3

Browse files
committed
Use a color for about command embed
1 parent 2df0515 commit 1f54ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def changelog(self, ctx):
167167
@trigger_typing
168168
async def about(self, ctx):
169169
"""Shows information about the bot."""
170-
em = discord.Embed(color=0x36393F, timestamp=datetime.datetime.utcnow())
170+
em = discord.Embed(color=discord.Color.blurple(), timestamp=datetime.datetime.utcnow())
171171
em.set_author(name='Modmail - About', icon_url=self.bot.user.avatar_url)
172172
em.set_thumbnail(url=self.bot.user.avatar_url)
173173

0 commit comments

Comments
 (0)