@@ -366,7 +366,7 @@ async def vpn_handler(bot, event, command):
return
try:
- ip = await get_server_ip(commands.args[0])
+ ip = await get_server_ip(command.args[0])
except SyntaxError:
await event.reply('Недопустимое имя сервера!!')