From 07835e7b1393a736f6197499f296e4f883df8f9b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 29 Feb 2024 21:41:00 -0500 Subject: [PATCH] fix(pterodactyl): fixed TypeError --- pterodactyl/pterodactyl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: