LostLuma / Mousey

Moderation tools for your Discord Servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mousey

Mousey is a WIP moderation and utility bot for Discord.

You may invite the official instance 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 .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 in packages/api
  • Running the bot also requires starting the the API, then you can run docker-compose up in packages/bot

About

Moderation tools for your Discord Servers.

License:GNU Affero General Public License v3.0


Languages

Language:Python 97.5%Language:JavaScript 1.9%Language:CSS 0.5%Language:HTML 0.1%Language:Dockerfile 0.1%