Got rid of typo in variable

pull/8/head
sgoudham 4 years ago
parent 9732c7cd77
commit b5a8592a73

@ -138,7 +138,7 @@ async def mute_members(pool, ctx, targets, reason, muted):
embed.add_field(name="**WARNING: ROLE PERSIST NOT ENABLED**", 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." 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." "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) inline=True)
await ctx.message.channel.send(embed=embed) await ctx.message.channel.send(embed=embed)

Loading…
Cancel
Save