Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 602 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 602 Bytes

Shield Bot

auto moderation discord bot

Create .env

# .env
TOKEN =
DB_URI =

TOKEN: Bot Token To Login

DB_URI: The MongoDB URI (The Same With The Dashboard)

Config config.json

{
  "BOT_INVITE_LINK": "",
  "BOT_SUPPORT_SERVER_INVITE_LINK": "",
  "BOT_WEBSITE_URL": ""
}

BOT_INVITE_LINK: Discord Invitation Link For Your Bot

BOT_SUPPORT_SERVER_INVITE_LINK: Discord Invitation Link For Support Server

BOT_WEBSITE_URL: The Dashboard URL

Install modules

npm install
npm install --dev