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: