A quick guide on how to get your own, self-hosted version of the bot up and running!
I'd recommend adding the official bot to the server to ensure you get the latest updates more easily and, eventually, are able to compete against other servers using the same bot.
If you really want to host your own version, however, read on to find out how!
1. Clone the repository
gitclonehttps://github.com/benslv/countable.git
2. Move into the newly-created directory
cdcountable
3. Install the bot's dependencies
yarninstall
4. Create a config file
Create a file called config.json in the root of the project directory. Place the CLIENT_ID and CLIENT_TOKEN from your own bot application into it like so: