mirror of
https://github.com/Myxelium/Lunaris2.0.git
synced 2026-07-07 21:45:07 +00:00
Update README.md
This commit is contained in:
37
README.md
37
README.md
@@ -1,8 +1,29 @@
|
|||||||
```mermaid
|
# Lunaris2 - Discord Music Bot
|
||||||
graph TD;
|
|
||||||
A-->B;
|
Lunaris2 is a Discord bot designed to play music in your server's voice channels. It's built using C# and the Discord.Net library, and it uses the LavaLink music client for audio streaming.
|
||||||
A-->C;
|
|
||||||
B-->D;
|
## Features
|
||||||
C-->D;
|
|
||||||
```
|
- Play music from YouTube directly in your Discord server.
|
||||||
test
|
- Skip tracks, pause, and resume playback.
|
||||||
|
- Queue system to line up your favorite tracks.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
1. Clone the repository.
|
||||||
|
2. Install the required packages by running `dotnet restore`.
|
||||||
|
3. Build the project using `dotnet build`.
|
||||||
|
4. Run the bot using `dotnet run`.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
- `/play <song>`: Plays the specified song in the voice channel you're currently in.
|
||||||
|
- `/skip`: Skips the currently playing song.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
|
|||||||
Reference in New Issue
Block a user