We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df0515 commit 1f54ba3Copy full SHA for 1f54ba3
cogs/utility.py
@@ -167,7 +167,7 @@ async def changelog(self, ctx):
167
@trigger_typing
168
async def about(self, ctx):
169
"""Shows information about the bot."""
170
- em = discord.Embed(color=0x36393F, timestamp=datetime.datetime.utcnow())
+ em = discord.Embed(color=discord.Color.blurple(), timestamp=datetime.datetime.utcnow())
171
em.set_author(name='Modmail - About', icon_url=self.bot.user.avatar_url)
172
em.set_thumbnail(url=self.bot.user.avatar_url)
173
0 commit comments