/Blacklist

Source code to host your own discord ban pool bot.

Primary LanguageJavaScript

BlacklistBot

Source code to host your own ban pool bot.

wakatime GitHub repo size node-current Commitizen friendly

Setting up the bot

1: Prerequisites

2: Clone this repository

git clone https://github.com/zayKenyon/Blacklist

3: Set config variables

4: Running the bot

  • yarn install
  • yarn run start

How to use

Each participating server must run the slash command /config log.

Each participating server must have a channel following the announcement channel set in the config.json.

Logic

Blacklist Submission:

guildMemberAdd Event:

📝 It's possible to rework this so that your bot will send messages into the channel submitted by each server, instead of the announcement channel.