🚩 This project is archived! 🚩
This project is no longer relevant, and I don't find it worthwhile continuing development.
A flexible moderation bot for server admins who want free time.
$ git clone https://github.com/bottza/trella.git
$ cd trella
$ npm install
Next, go here and create a Discord application and make it a bot, if you haven't already. Copy the bot's token. Now run:
$ npm run setup
Enter your token and then copy your user ID in Discord by enabling developer mode, right clicking on your profile, and clicking Copy ID
. Enter that in too. That's it!
$ npm start
$ npm run watch
$ npm test
$ npm run lint
$ npm run fix