Skip to content

A Discord bot that syncs moderation between multiple servers

License

Notifications You must be signed in to change notification settings

iota-community/discord-mod-sync-bot

Repository files navigation

How to host

Requirements

  • docker
  • docker compose plugin
  1. Create a discord bot.
Create a discord bot with the following:

Intents:
Server Members Intent (GUILD_MEMBERS)

Permissions:
MANAGE_ROLES
MODERATE_MEMBERS
BAN_MEMBERS
SEND_MESSAGES
  1. Set the bot token in .env
DISCORD_TOKEN=YOUR_BOT_TOKEN
  1. Set the Channel ID where the bot updates will be sent
BOT_UPDATES_DISCORD_CHANNEL_ID=YOUR_CHANNEL_ID
  1. Run the bot via docker
docker compose up -d --build
  1. Join the guilds you want to sync with the bot

About

A Discord bot that syncs moderation between multiple servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published