From 7c282cb6eaa74bf6be8af1e511b21d372e50cc04 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sat, 8 Aug 2020 20:36:02 +0100 Subject: [PATCH] Reformatting embed --- cogs/moderation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/moderation.py b/cogs/moderation.py index 0fbf09cb..7014b0db 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -137,8 +137,8 @@ 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." - f"Please enable Role Persist by doing **{ctx.prefix}rolepersist enable**", + " Allowing the user to bypass the Mute by leaving and rejoining." + f"\nPlease enable Role Persist by doing **{ctx.prefix}rolepersist enable**", inline=True) await ctx.message.channel.send(embed=embed)