txlyre 1 year ago
parent
commit
6c5033ee0f
1 changed files with 1 additions and 1 deletions
  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),