Get the modmail up and running

First of all, clone the repository:

https://codeberg.org/Cyanic76/discord-modmail.git

Then unzip the code where you want to and run the following command to install the required NPM modules:

npm install && npm install better-sqlite3

Once you're done, set your custom values and the bot token in the config.json file so the bot already knows where to send logs, create channels and what permissions to set up.

The Moderator Role object in the config file is a String.

Finally, you may start your bot.

npm start

Last updated