|
@@ -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),
|