Add Pterodactyl cog #19

Merged
cswimr merged 139 commits from pterodactyl into main 2024-03-02 00:07:42 -05:00
Showing only changes of commit 07835e7b13 - Show all commits

View file

@ -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: