bot: remove AI features

This commit is contained in:
2025-12-17 15:42:16 +01:00
parent 8713ff3b2d
commit 0a9b862fe9
9 changed files with 1 additions and 444 deletions

3
aw.py
View File

@@ -4,7 +4,6 @@ import discord
from discord.ext import commands
from dotenv import load_dotenv
from bot.ai.handle_request import DiscourseSummarizer
from bot.log import logger
from database import initialize_db
@@ -24,8 +23,6 @@ git_tag = os.getenv("GIT_TAG")
initialize_db()
bot.ai_helper = DiscourseSummarizer()
@bot.event
async def on_ready():