From 6329d21a397cae46a828c99d8bca5849b61634dc Mon Sep 17 00:00:00 2001 From: AllfatherHatt Date: Tue, 25 Feb 2025 21:08:24 +0100 Subject: [PATCH] feh! --- reginaldCog/reginald.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reginaldCog/reginald.py b/reginaldCog/reginald.py index 84ca341..d6a2bcc 100644 --- a/reginaldCog/reginald.py +++ b/reginaldCog/reginald.py @@ -61,7 +61,6 @@ class ReginaldCog(commands.Cog): @commands.has_permissions(administrator=True) async def list_allowed_roles(self, ctx): allowed_roles = await self.config.guild(ctx.guild).allowed_roles() or [] - print(f"DEBUG: Retrieved allowed_roles: {allowed_roles}") # ✅ Print Debug Info valid_roles = [role_id for role_id in allowed_roles if ctx.guild.get_role(role_id)]