Merge remote changes

This commit is contained in:
Codex 2025-06-06 19:20:51 +00:00 committed by Slipstream
commit ce01752e31
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -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":