txlyre 1 an în urmă
părinte
comite
6c5033ee0f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -394,7 +394,7 @@ async def vpn_handler(bot, event, command):
 
       return
 
-  await event.reply(f'Ваш файл конфигурации WireGuard:\n``` {profile}```'))
+  await event.reply(f'Ваш файл конфигурации WireGuard:\n``` {profile}```')
 
 COMMANDS = {
   'newadmin':  Handler(newadmin_handler,  is_restricted=True),