Mousey
Mousey copied to clipboard
Moderation tools for your Discord Servers.
====== Mousey
Mousey is a WIP moderation and utility bot for Discord.
You may invite the official instance <https://mousey.app/invite>_ to your server, or self-host the bot.
Development
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
.envfile with your configuration in the relevant package directory - To run the API run
docker-compose -f docker-compose.yaml -f docker-compose-dev.yaml upinpackages/api - Running the bot also requires starting the the API, then you can run
docker-compose upinpackages/bot