diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 23ddab3..53908f8 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -87,7 +87,7 @@ class Pterodactyl(commands.Cog): "C": str(message.author.color), "D": message.author.discriminator, "I": str(message.author.id), - "M": message.content, + "M": message.content.replace('"',''), "N": message.author.display_name, "U": message.author.name, }