Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1.59 KB

File metadata and controls

32 lines (23 loc) · 1.59 KB

Warning This project is being archived as I no longer have time to work on it and YouTube keeps making breaking changes that I can't keep up with. Feel free to fork or use as however you please.

Original README > **Note** > This project is currently in maintenance-only mode, meaning that PRs may not be reviewed, no new features will be worked on and only critical bug fixes will be addressed.

Discord music bot developed originally for a personal server, using Serenity, Songbird and Poise.

Environment variables

Name Description Required
DISCORD_TOKEN Bot authorization token x
CLIENT_ID Bot ID (not used at the moment) -
OWNER_ID Owner user ID x
YT_API_KEY YouTube's API key -
SPOTIFY_ID Spotify's API ID x
SPOTIFY_SECRET Spotify's API secret x

Logging

The bot uses the crate tracing for logging, which takes the environment variable RUST_LOG to set the logging level. Recommended value: none,disco_rs=error.

Versioning

This project follows the specifications established in SemVer.

License

Licensed under MIT, but used crates might have different licenses.