declare interface ServerData
{
    motd: string
    name: string
    ip: string
}