fix: about used General because i forgor
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
1178c80831
commit
3242418ae6
1 changed files with 1 additions and 1 deletions
|
@ -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"<b>currently configured instance:</b>\n"
|
||||
f"<i>{config.get('General', 'Name')}</i> ({config.get('General', 'Domain')})",
|
||||
f"<i>{config.get('Service', 'Name')}</i> ({config.get('Service', 'Domain')})",
|
||||
parse_mode=ParseMode.HTML,
|
||||
reply_markup=reply_markup
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue