Add auto responder for trump shit

This commit is contained in:
Nexus 2024-04-14 23:12:29 +01:00
parent 41e5984664
commit ffda2c4ca5
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -126,7 +126,7 @@ bot = Client(
debug_guilds=CONFIG["jimmy"].get("debug_guilds")
)
for ext in ("ytdl", "net", "screenshot", "ollama", "ffmeta", "quote_quota"):
for ext in ("ytdl", "net", "screenshot", "ollama", "ffmeta", "quote_quota", "auto_responder"):
try:
bot.load_extension(f"cogs.{ext}")
except discord.ExtensionError as e: