Built with Sapphire, Bun and TypeScript.
It is a part of the Himejoshi ecosystem, which aims to create a fully functional osu! private server with all the features that the official server has.
- Clone the repository
- Create copy of
.env.examplefile as.envand fill all required fieldsSCORE_HUNT_CHANNEL_IDis the Discord channel where score hunt seed and result announcements are posted
- 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 fieldsSCORE_HUNT_CHANNEL_IDis the Discord channel where score hunt seed and result announcements are posted
- 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.

