We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27be49 commit 27a33ddCopy full SHA for 27a33dd
cogs/utility.py
@@ -165,7 +165,7 @@ async def changelog(self, ctx):
165
@trigger_typing
166
async def about(self, ctx):
167
"""Shows information about the bot."""
168
- em = discord.Embed(color=discord.Color.green(), timestamp=datetime.datetime.utcnow())
+ em = discord.Embed(color=0x36393F, timestamp=datetime.datetime.utcnow())
169
em.set_author(name='Mod Mail - About', icon_url=self.bot.user.avatar_url)
170
em.set_thumbnail(url=self.bot.user.avatar_url)
171
0 commit comments