This is the ongoing project which will take alot of time to get finsish but i will update code after every video i publish on youtube but it will take time so stay tunned and help me by either subscribing my channel or by donating me :)
🌸 Discord: Server
- First of all clone the repository in your favourite IDE
- Fill the configs in
nuxt.config.js
andbot/config.json
- Add redirect URL to developer portal in auth section of your bot, url should look like this
https://<domain>/login
- Then make sure to run
npm run setup
command in your terminal. - Once you complete the above setup, run
npm run build
- Once the nuxt app is build, run
npm run dev
ornpm run start
and you are done.