Mashaka is a multi-purpose telegram bot. It can help you in your daily activites like: Admistration, spam banning and many more to come
You need to have nodejs >= 8 installed to run this bot
- clone this repository
- Install all dependencies via
npm install
oryarn install
- Copy
example.config.js
toexample.js
.cp example.config.js example.js
- Add your config to
example.js
- Run
npm run serve
oryarn serve