This is clan management helping bot for clicker heroes
- watching clan members activity and post statistic in Discord channel (at 23:50 GMT)
- auto battle immortal raid (at 00:05 GMT)
- auto battle legacy raid
- auto level immortal class
- refactor config (it messy for now, lol)
- refactor to module system (making some functions optional)
- add telegram support
- auto clan management (accept requests, kicking members, etc)
- UX improvements
- Clone this repo
- Install Node.js
- Install dependencies and build project
npm i
npm run build
- Set configuration in
.env
file
cp .env.example .env
nano .env
- Run bot
# Simple way
node ./dist/app.mjs
# Way better - daemonize
# I prefer forever.js, but you may use pm2
# or any other methods
npm i -g forever
forever start ./dist/app.mjs
Put your save file in any save editor (no adv here). Values you need is under keys uniqueId
and passwordHash
Create (or use existing) bot at Discord Dev Portal
General Information -> Application ID Bot -> Reset Token
Guild ID is Server ID. Channel ID is ID of channel at this server, where notifications will send.