development #1

Merged
AllfatherHatt merged 157 commits from development into master 2025-06-14 15:47:26 +02:00
Showing only changes of commit b6e6bd5bd7 - Show all commits

View File

@ -404,7 +404,7 @@ class ReginaldCog(commands.Cog):
async def send_split_message(ctx, content: str, prefix: str = ""):
async def send_split_message(self, ctx, content: str, prefix: str = ""):
"""
A unified function to handle sending long messages on Discord, ensuring they don't exceed the 2,000-character limit.