This is a custom bot used for moderation of a discord server with more than ~ 1800 members Updated and Maintained by Suertzz.
git
command line (Windows | Linux | MacOS) installednode
Version 8.Xmongodb
Link to mongodb
In a command prompt in your projects folder (wherever that may be) run the following:
git clone [email protected]:Suertzz/discord-bot.git
Once finished:
- In the folder from where you ran the git command, run
cd discord-bot
and then runnpm install
, which will install the required packages. - Set an environment variable
BOT_SECRET
with your discord token Link to discord - Create a database in mongodb and edit the URI in the bot URI Path
To start the bot, in the command prompt, run the following command:
node app.js