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
)