Mousey is a WIP moderation and utility bot for Discord.
You may invite the official instance to your server, or self-host the bot.
The bot uses custom events in addition to the ones provided by Discord, you can identify these
by the mouse_
prefix and find where they are defined by searching the project for the name.
If you'd like to contribute changes please test them locally first, you can do so pretty easily using Docker:
- Create an
.env
file with your configuration in the relevant package directory - To run the API run
docker-compose -f docker-compose.yaml -f docker-compose-dev.yaml up
inpackages/api
- Running the bot also requires starting the the API, then you can run
docker-compose up
inpackages/bot