{"id":25024859,"url":"https://github.com/itzrandom23/lavalink-status","last_synced_at":"2025-09-20T03:03:26.303Z","repository":{"id":195942200,"uuid":"693985642","full_name":"ItzRandom23/Lavalink-Status","owner":"ItzRandom23","description":"A bot based on discord.js which sends the status of the lavalink node which is used in music bots to play music","archived":false,"fork":false,"pushed_at":"2025-01-20T01:02:16.000Z","size":4164,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T03:02:32.183Z","etag":null,"topics":["discordjs","js","lavalink","lavalinkstats","lavalinkv4","magmastream"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItzRandom23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-20T05:28:34.000Z","updated_at":"2025-03-03T19:37:08.000Z","dependencies_parsed_at":"2023-09-20T08:03:44.794Z","dependency_job_id":"7848006b-ce2a-45c3-907d-36b1c2563095","html_url":"https://github.com/ItzRandom23/Lavalink-Status","commit_stats":null,"previous_names":["mrrandom23/lavalink-status","itzrandom23/lavalink-status"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItzRandom23/Lavalink-Status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FLavalink-Status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FLavalink-Status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FLavalink-Status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FLavalink-Status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItzRandom23","download_url":"https://codeload.github.com/ItzRandom23/Lavalink-Status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItzRandom23%2FLavalink-Status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276038066,"owners_count":25574251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discordjs","js","lavalink","lavalinkstats","lavalinkv4","magmastream"],"created_at":"2025-02-05T16:32:51.652Z","updated_at":"2025-09-20T03:03:26.255Z","avatar_url":"https://github.com/ItzRandom23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026color=gradient\u0026height=200\u0026section=header\u0026text=Lavalink_Status\u0026fontSize=80\u0026fontAlignY=35\u0026animation=twinkling\u0026fontColor=gradient\" /\u003e\u003c/center\u003e\n\nA Discord bot based on `discord.js` that sends the status of the Lavalink node used in music bots to play music.\n\n## Features\n\n- Fetch and display the status of the connected Lavalink node.\n- Show useful information like node uptime, players connected, and memory usage.\n- Easy to configure and deploy.\n\n## Prerequisites\n\n- Node.js v16 or higher\n- npm\n- A Discord bot token\n- A running Lavalink server\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/ItzRandom23/Lavalink-Status.git\n    cd lavalink-status-bot\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Update the `config.js` file with the following code to use environment variables:\n\n    ```javascript\n    module.exports = {\n      token: process.env.DISCORD_TOKEN || \"\", // Your bot token\n      channelId: process.env.CHANNEL_ID || \"\", // Channel Id you want to send the message\n\n      nodes: [\n        {\n          host: process.env.LAVALINK_HOST || \"\", // Lavalink IP \n          password: process.env.LAVALINK_PASSWORD || \"\", // Lavalink Password\n          port: process.env.LAVALINK_PORT || 443, // Lavalink Port\n          retryDelay: 300000,\n          retryAmount: 25,\n          identifier: process.env.LAVALINK_IDENTIFIER || \"\", // Name of your lavalink \n          secure: false,\n        },\n      ],\n    };\n    ```\n\n## Usage\n\n1. Start the bot:\n\n    ```bash\n    npm start\n    ```\n\n2. Invite the bot to your Discord server before starting it up.\n\n## Example Output\n![preview](https://media.discordapp.net/attachments/1118398421406068796/1270050249112682689/image.png?ex=66b249f7\u0026is=66b0f877\u0026hm=4f95fad3f199e9d0594715e2de6fbd59ba21e4e482f706a67bd0e3e2c0ff4534\u0026=\u0026format=webp\u0026quality=lossless\u0026width=968\u0026height=556))\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzrandom23%2Flavalink-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzrandom23%2Flavalink-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzrandom23%2Flavalink-status/lists"}