musify-rs
musify is a simple discord bot to play music within a voice channel, written in the rust programming language.
Features
- A simple song queue system.
- Video downloading through:
- YouTube
- hopefully more soon
- Some basic commands (
~play \
,~stop
)
How to use
There are 2 ways to run this bot:
1. Using environment variables
- Make a
DISCORD_TOKEN
environment variable, this token should be a valid bot token. - Run the discord bot (
cargo run
, or build it and execute it like that)
2. Providing the token in the program arguments
- Run the command
cargo run
to start the bot, the provided token will be used to authenticate.
Contact Information
- Email: [email protected]
- Discord: NV6#5814