txlyre 2 년 전
부모
커밋
6c5033ee0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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),