Fix
This commit is contained in:
@@ -45,7 +45,7 @@ async def get_replace(message: types.Message, state: FSMContext):
|
||||
|
||||
link = (
|
||||
'<a href="{}">Проверьте замены тут</a>'
|
||||
.format(config.bot("link"))
|
||||
.format(config.link)
|
||||
)
|
||||
logging.info("User: {user_id} - {username}".format(
|
||||
user_id=str(message.from_user.id),
|
||||
@@ -94,7 +94,7 @@ async def get_replace(message: types.Message, state: FSMContext):
|
||||
async def get_link(message: types.Message):
|
||||
msg = (
|
||||
'<a href="{}">Проверьте замены тут</a>'
|
||||
.format(config.bot("link"))
|
||||
.format(config.link)
|
||||
)
|
||||
await bot.send_message(
|
||||
message.chat.id,
|
||||
|
Reference in New Issue
Block a user