SysBot

This Discord bot is designed to help manage and moderate your server with ease. It includes essential moderation commands and special features to enhance user experience.

MIT License

Stars
1
Committers
2

Discord Bot Setup Guide

This guide will help you set up your Discord bot. Follow these steps to get your bot running smoothly.

Installation

  1. Fork & clone the repository
git clone https://github.com/MBA2022/S-Bot
  1. Make sure your node.js & npm are up to date
  2. Run npm install to install all dependencies
  3. Update Start Script in package.json
    replace the start script with nodemon for automatic updates when you make changes to the code:
"scripts": {
  "start": "nodemon index.js"
}
  1. Update the developer IDs in the index file with your own IDs.
const developers = ['DeveloperID_1', 'DeveloperID_2'];

Environment Variables

  1. Create a .env file then add the Variables as shown:
TOKEN = BOT_TOKEN
CLIENTID = APP _ID
GUILDID = DEVELOPMENT_SERVER
BOT_DM_WEBHOOK_URL = WEBHOOk_URL 

Deployment

To deploy this project you have to add the bot to your discord server then run:

  npm start

then if you want to edit the code you don't have to restart the bot manually