A discord bot for tracking how your server grows over time (used by over 2500 servers)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Clone the repository
git clone https://github.com/ottomated/growth-tracker
Install packages
cd growth-tracker
npm install
Set up config
mv config.example.js config.js
Add your bot's token to the bottom of config.js
// The token for this bot to login with
exports.token = 'YOUR TOKEN GOES HERE';Run the bot
node .
Please send me all your pull requests!
This project is licensed under the GNU GPLv3 - see the LICENSE file for details
- Thanks to
@Syndicate#0001for creating the bot's logo!