diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index ff9d2e5..aa3c9c2 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -91,7 +91,7 @@ class Pterodactyl(commands.Cog): if content.startswith('['): pagified_content = pagify(content, delims=[" ", "\n"]) for page in pagified_content: - await channel.send(pagified_content=page) + await channel.send(content=page) chat_message = await self.check_if_chat_message(content) if chat_message: