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

+ 2 - 2
commands.py

@@ -361,7 +361,7 @@ async def bday_handler(bot, event, command):
 
 async def vpn_handler(bot, event, command):
   if command.argc < 1:
-    await event.reply(f'Пожалуйста, укажите имя сервера! Доступные сервера: {await list_servers()}')
+    await event.reply(f'Пожалуйста, укажите имя сервера! Доступные сервера: {await list_servers()}.')
 
     return
 
@@ -395,7 +395,7 @@ async def vpn_handler(bot, event, command):
 
       return
 
-  await event.reply(f'Ваш файл конфигурации WireGuard:\n``` {profile}```')
+  await event.reply(f'Ваш файл конфигурации WireGuard:\n\n```{profile}```')
 
 COMMANDS = {
   'newadmin':  Handler(newadmin_handler,  is_restricted=True),