Update bot.py
Browse files
bot.py
CHANGED
@@ -6,7 +6,7 @@ from telegram import Update
|
|
6 |
from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
|
7 |
|
8 |
from utils import clean_text
|
9 |
-
from app import generate_response # Import the response generation function from app
|
10 |
|
11 |
|
12 |
# Configure logging
|
|
|
6 |
from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
|
7 |
|
8 |
from utils import clean_text
|
9 |
+
from app import generate_response # Import the response generation function from app
|
10 |
|
11 |
|
12 |
# Configure logging
|