diff --git a/cogs/moderation.py b/cogs/moderation.py index 88e4bb50..6104537f 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -144,7 +144,7 @@ async def mute_members(pool, ctx, targets, reason, muted): if get_roles_persist(str(ctx.message.guild.id)) == 0: 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." + "\nAllowing the user to bypass the Mute by leaving and rejoining." f"\nPlease enable Role Persist by doing **{ctx.prefix}rolepersist enable**", inline=True)