Skip to content

DiscordRelated/AltV-Stats-DiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

            // find your serverid            
            https://api.altv.mp/servers/list
            
            // total running servers
            https://api.altv.mp/servers/
            
            maxPlayers = body.info.maxPlayers;
            players = body.info.players;
            name = body.info.name;
            locked = body.info.locked;
            host = body.info.host;
            port = body.info.port;
            gameMode = body.info.gameMode;
            website = body.info.website;
            language = body.info.language;
            description = body.info.description;
            verified = body.info.verified;
            promoted = body.info.promoted;
            useEarlyAuth = body.info.useEarlyAuth;
            useCdn = body.info.useCdn;
            useVoiceChat = body.info.useVoiceChat;
            tags = body.info.tags;
            build = body.info.build;
            lastUpdate = body.info.lastUpdate;

About

Discord Bot for fetching AltV Server Stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published