Cleaning README and some minor details.

This commit is contained in:
2026-03-13 22:29:44 +01:00
parent 5ee7bbaddf
commit b14e521dc1
3 changed files with 45 additions and 19 deletions

View File

@@ -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):