A multifunctional open-source bot for Discord written in TypeScript
- Install latest NodeJS
1.1 Install yarn withnpm i -g yarn - Clone repo and build the bot
git clone https://github.com/TheSainEyereg/ZeroBot-Discord.git
cd ZeroBot-Discord
yarn
yarn build- Instal and run MongoDB
3.1 If you had previous version of ZeroBot with SurrealDB then you can useyarn migrateto move all data to MongoDB - Copy
.env.exampleto.envand fill in the required fields
4.1 Obtain cookies and tokens for required services (for Spotify or VK you can launchyarn spotifyoryarn vkand follow the instructions in the terminal) - Start the bot with
yarn start