Sparkle system changed so bug fix not in place

This commit is contained in:
Lilac-Rose
2025-10-15 23:29:50 +02:00
parent 6d672f43e0
commit 132487a2e2

View File

@@ -36,7 +36,6 @@ class Sparkle(commands.Cog):
await asyncio.to_thread(db_task)
# Percentage bug found and fixed by alyaunderstars
@commands.Cog.listener()
async def on_message(self, message):
if message.author.bot or not message.guild: