From 3242418ae62477e7ef7d4fca0c2e74907ca18735 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Sun, 2 Mar 2025 14:28:12 +0300 Subject: [PATCH] fix: about used General because i forgor Signed-off-by: mctaylors --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.py b/commands.py index 35fb047..1ace2ea 100644 --- a/commands.py +++ b/commands.py @@ -40,7 +40,7 @@ async def about_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> N f"{context.bot.first_name} is an inline image grabber written in python that grabs images from Danbooru " f"(or other similar services).\n\n" f"currently configured instance:\n" - f"{config.get('General', 'Name')} ({config.get('General', 'Domain')})", + f"{config.get('Service', 'Name')} ({config.get('Service', 'Domain')})", parse_mode=ParseMode.HTML, reply_markup=reply_markup )