diff --git a/cogs/welcome_cog.py b/cogs/welcome_cog.py index e058ce0..f187316 100644 --- a/cogs/welcome_cog.py +++ b/cogs/welcome_cog.py @@ -337,8 +337,6 @@ class WelcomeCog(commands.Cog): await ctx.send("Failed to disable goodbye messages. Check logs.") log.error(f"Failed to disable goodbye settings for guild {guild_id}") - # Error Handling for this Cog - @disable_goodbye.error # --- Test Commands --- @commands.group( name="testmessage", @@ -473,3 +471,4 @@ async def setup(bot: commands.Bot): welcome_cog = WelcomeCog(bot) await bot.add_cog(welcome_cog) log.info("WelcomeCog loaded.") + \ No newline at end of file