|
@@ -396,7 +396,7 @@ async def vpn_handler(bot, event, command):
|
|
return
|
|
return
|
|
|
|
|
|
try:
|
|
try:
|
|
- await bot.send_mesaage(
|
|
|
|
|
|
+ await bot.send_message(
|
|
await bot.get_entity(sender_id),
|
|
await bot.get_entity(sender_id),
|
|
f'Ваш файл конфигурации WireGuard (сервер {command.args[0]}):\n\n```{profile}```'
|
|
f'Ваш файл конфигурации WireGuard (сервер {command.args[0]}):\n\n```{profile}```'
|
|
)
|
|
)
|