Thanks to JetBrains for providing me free license for developing this project!
- Multi guild!
- Warn members
- Add and remove bot moderators
- Manage guild members
- Log everything
- Much more!
- Want to contribute? Feel free to make any changes you want
- Fork or clone the repo
- Make any changes you want (You can also see
todo
file) - Open a pull request explaining what changes you've made
- I (el bkr) will review it and accept it :D
- Node v16 or higher
- GitHub CLI:
gh repo clone elbkr/mod-bot
- Download and extract the zip
- Open with GitHub Desktop
- Create an application in Discord Developer Portal
- Create a BOT and Copy the BOT token
- Enable all privileged gateway intents
- Go to OAuth2 and copy the client ID
- Paste the token at
TOKEN
line and the client ID atCLIENT_ID
line in.env
file - Change
REPLACE_THIS
in the URL below with the client ID, and enter the link in your browser
- Login or register into Mongo DB
- Create a cluster and complete the configuration
- Get the connection url by pressing on
connect < connect your application
- Replace the
password
with your database access password - Paste the URL into
.env
file atMONGO
line
The URL looks like this: mongodb+srv://username:[email protected]/MyFirstDatabase?retryWrites=true&w=majority
After the configuration, the .env
file should look like this:
TOKEN=SuPerReALToken.BelIeVe_Me_itS_ReaL
MONGO=mongodb+srv://username:[email protected]/MyFirstDatabase?retryWrites=true&w=majority
CLIENT_ID=521311050193436682
- Open a terminal and run
npm install
ornpm i
- Run
node .
- Local host
After the configuration, run
node .
in the terminal (not recommended)- It turns off when you turn off the PC
- Heroku
- After the configuration, add the files to a GitHub repository
- Login or register in Heroku
- Create a new app
- In
deploy
section, pressConnect to GitHub
- After connecting, search for the repository and press
connect
- Press Enable automatic deploys (optional)
- Click Deploy Branch
- Go to
Resources
section - Disable the
web
type and enableworker
type