From 55be7a9ac74d30ea8bee4afbeae98de88bdd0a7c Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 17 Jul 2020 18:38:48 +0100 Subject: [PATCH] Reformatting the modmail embed --- cogs/modmail/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/modmail/setup.py b/cogs/modmail/setup.py index 38de13c3..acfc7425 100644 --- a/cogs/modmail/setup.py +++ b/cogs/modmail/setup.py @@ -69,11 +69,11 @@ class SetupModmail(commands.Cog): # Define fields to be inserted into the embed fields = [ - ("**React to this message if you want to send a message to the Staff Team!**", + ("React to this message if you want to send a message to the Staff Team!", "**React with ✅**", False), ("We encourage all suggestions/thoughts and opinions on the server!" + "As long as it is **valid** criticism.", - "Purely negative feedback will not be considered.", False)] + "**Purely negative feedback will not be considered**", False)] # Add the fields to the embed for name, value, inline in fields: