Cleaning README and some minor details.
This commit is contained in:
@@ -24,7 +24,7 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||
if not check_auth(update):
|
||||
await update.message.reply_text("Zugriff verweigert.")
|
||||
return
|
||||
await update.message.reply_text("Hallo! Ich bin dein Paperless RAG-Bot. Frag mich etwas.")
|
||||
await update.message.reply_text("Hallo! Ich bin dein DocuMind-G4 RAG-Bot. Frag mich etwas.")
|
||||
|
||||
async def handle_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||
if not check_auth(update):
|
||||
|
||||
Reference in New Issue
Block a user