This is a Discord Bot build with Sapphire framework, Bun and TypeScript.
It is a part of the Sunrise project, which aims to create a fully functional osu! private server with all the features that the official server has.
This project also has automated testing setup with GitHub Actions! ✨
- Clone the repository
- Create copy of
.env.examplefile as.envand fill all required fields - Update
config/prod.jsonwith you own emojis ids (You can find needed files indata/emojis) - Run the following command to create docker container:
docker compose up -d- Bot should be now up and running!
- Clone the repository
- Install the required dependencies:
bun install - Update
config/dev.jsonwith you own emojis ids (You can find needed files indata/emojis) - Create copy of
.env.examplefile as.envand fill all required fields - Start the application with
bun run startorbun run dev
If you want to contribute to the project, feel free to fork the repository and submit a pull request. We are open to any suggestions and improvements.

