Siesta is a multiprupose music focused bot, made with TypeScript and Node.js
1.Install node 16.9.x or higher2.Clone this repository3.Run on your terminal
npm i -g yarn4.Install all dependencies
yarn install5.Fill the.env.exampleand rename it to.env6.Fill thenodes.example.tsand rename it tonodes.ts7.Genrate Prisma Client using
npx prisma generate8.Building to production
yarn build9.Starting the bot
yarn start
β οΈ We won't give support for selfhosted instances, you need to know how to troubleshoot the issues yourself. We tried to make the selfhost process as painless as possible, but it is impossible to know all the different issues you may find.