Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.59 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.59 KB

━━━━━━ ❖ ━━━━━━


🐬 Siesta

Siesta is a multiprupose music focused bot, made with TypeScript and Node.js

💻 Self Hosting

  • 1. Install node 16.9.x or higher
  • 2. Clone this repository
  • 3. Run on your terminal
npm i -g yarn
  • 4. Install all dependencies
yarn install
  • 5. Fill the .env.example and rename it to .env
  • 6. Fill the nodes.example.ts and rename it to nodes.ts
  • 7. Genrate Prisma Client using
npx prisma generate
  • 8. Building to production
yarn build
  • 9. 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.