-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b36ba18
commit 966cc62
Showing
2 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Lavalink server and status Bot | ||
|
||
## About | ||
This is a NodeJS Application which allows you to run a Lavalink server and a Discord Bot which shows the status of the server. | ||
|
||
## Installation | ||
1. Clone this repository | ||
```bash | ||
git clone https://github.com/TejasLamba2006/lavalink-server | ||
``` | ||
2. Fill [`config,js`](https://github.com/TejasLamba2006/lavalink-server/blob/main/config.js) | ||
3. Run the script | ||
- It will automatically install all dependencies and start the server | ||
```bash | ||
npm run start | ||
``` | ||
|
||
## Credits | ||
- [TejasLamba2006](https://github.com/TejasLamba2006) - Main Developer | ||
|
||
## License | ||
This project is licensed under the [Apache License 2.0](https://github.com/TejasLamba2006/lavalink-server/blob/main/LICENSE) | ||
|
||
## Support | ||
https://discord.gg/e3CkRXy7HD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters