Sunny Flowers is a Discord bot to play media in voice channels. It uses Serenity and Songbird to accomplish this.
You can run Sunny using cargo run --release
When running Sunny locally, she can take in the DISCORD_TOKEN
via a .env
file.
For deploying Sunny a Dockerfile
and kubernetes config are provided.
This works like normal and requires the DISCORD_TOKEN
present in the environment.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Sophie - Ailbe#7190