From b5a8592a73a04c27443b78f8226fd2c0afb20a53 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 8 Aug 2020 20:00:31 +0100 Subject: [PATCH] Got rid of typo in variable --- cogs/moderation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/moderation.py b/cogs/moderation.py index 501a556e..0fbf09cb 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -138,7 +138,7 @@ async def mute_members(pool, ctx, targets, reason, muted): embed.add_field(name="**WARNING: ROLE PERSIST NOT ENABLED**", value="The bot **will not give** the roles back to the user if they leave the server." "Allowing the user to bypass the Mute by leaving and rejoining." - f"Please enable Role Persist by doing **{ctx.guild.prefix}rolepersist enable**", + f"Please enable Role Persist by doing **{ctx.prefix}rolepersist enable**", inline=True) await ctx.message.channel.send(embed=embed)