Advanced and modular discord bot written in Discord.js
You can invite Confax to your Server by using this Discord Invite Link
If you want to host it yourself, read the Installation Guide
Make sure, that you have git
, node
and npm
installed
Clone the repo using
git clone https://github.com/bananaprotocol/confax.git
Install all dependencies using
npm install
Start the bot using
npm start
You can keep your bot up to date by using
git pull && npm install
Contributions are welcome! Please read the contributing guidelines before getting started.
This repository uses standard
to maintain code style and consistency, and to avoid style arguments.