Added some padding so that the embeds look nicer

pull/9/head
sgoudham 4 years ago
parent eab9af4876
commit 037ace9497

@ -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"

Loading…
Cancel
Save