diff --git a/commands.py b/commands.py index 695250e..fdfd015 100644 --- a/commands.py +++ b/commands.py @@ -29,6 +29,7 @@ async def load_all_cogs(bot: commands.Bot, skip_cogs: Optional[List[str]] = None and not filename == "aimod_cog.py" # Avoid double-loading via aimod.py and not filename.startswith("femdom") and not filename == "VoiceGatewayCog.py" + and not filename == "rp_messages.py" ): # Special check for welcome_cog.py if filename == "welcome_cog.py":