txlyre 1 gadu atpakaļ
vecāks
revīzija
d0cc6c7dea
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      commands.py

+ 1 - 1
commands.py

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