From 037ace949737573c9f7abb4e20fdd83a6714c2d2 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 9 Sep 2020 23:53:28 +0100 Subject: [PATCH] Added some padding so that the embeds look nicer --- cogs/moderation.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cogs/moderation.py b/cogs/moderation.py index 69d57c56..c61e71ca 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -919,7 +919,8 @@ class Moderation(Cog): f"**Default Notifications -->** {get_notifs(before.default_notifications)}\n" f"**AFK Channel -->** {before.afk_channel.mention if before.afk_channel else '#N/A'} **|** {before.afk_timeout}s\n", - False), + True), + ("\u200b", "\u200b", True), ("After", f"**Guild Name -->** {after}\n" f"**Region -->** {get_region(str(after.region))}\n\n" @@ -930,7 +931,7 @@ class Moderation(Cog): f"**Default Notifications -->** {get_notifs(after.default_notifications)}\n" f"**AFK Channel -->** {after.afk_channel.mention if after.afk_channel else '#N/A'} **|** {after.afk_timeout}s\n", - False)] + True)] embed = Embed(title="Guild Updated", description=f"**Owner --> {after.owner.mention} |** {after.owner}\n"