diff options
| author | 2019-10-25 15:16:55 -0700 | |
|---|---|---|
| committer | 2019-10-25 17:11:44 -0700 | |
| commit | 8ec8446c5e6d62758ac17cd40c8fa32ff50c92db (patch) | |
| tree | 4a9cc9006d85ccd52260acd071587c18c83daed7 | |
| parent | Superstarify: fit within 100 columns & use double quotes (diff) | |
Superstarify: fix mod log mention
Diffstat (limited to '')
| -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 fb89a4982..55e1fe04d 100644 --- a/bot/cogs/moderation/superstarify.py +++ b/bot/cogs/moderation/superstarify.py @@ -170,7 +170,7 @@ class Superstarify(InfractionScheduler, Cog):              title="Member Achieved Superstardom",              thumbnail=member.avatar_url_as(static_format="png"),              text=textwrap.dedent(f""" -                Member: {member.mentiom} (`{member.id}`) +                Member: {member.mention} (`{member.id}`)                  Actor: {ctx.message.author}                  Reason: {reason}                  Expires: {expiry_str} | 
