diff options
author | 2019-10-25 15:58:41 -0700 | |
---|---|---|
committer | 2019-10-25 17:11:45 -0700 | |
commit | 4ceb7354523836b455670bacbf6c52488e21964b (patch) | |
tree | 0570fcb964fdbf38ab8258443271119299830cf0 | |
parent | Superstarify: make the apply embed colour gold (diff) |
Superstarify: make mod log title lowercase for consistency
-rw-r--r-- | bot/cogs/moderation/superstarify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation/superstarify.py b/bot/cogs/moderation/superstarify.py index 352fccb10..518bb3bae 100644 --- a/bot/cogs/moderation/superstarify.py +++ b/bot/cogs/moderation/superstarify.py @@ -170,7 +170,7 @@ class Superstarify(InfractionScheduler, Cog): await self.mod_log.send_log_message( icon_url=utils.INFRACTION_ICONS["superstar"][0], colour=Colour.gold(), - title="Member Achieved Superstardom", + title="Member achieved superstardom", thumbnail=member.avatar_url_as(static_format="png"), text=textwrap.dedent(f""" Member: {member.mention} (`{member.id}`) |