Merge remote changes
This commit is contained in:
commit
ce01752e31
@ -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":
|
||||
|
Loading…
x
Reference in New Issue
Block a user