txlyre 1 жил өмнө
parent
commit
3ef5d11a9d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      commands.py

+ 1 - 1
commands.py

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