🖥️Bot Installation (Windows)
Last updated
Last updated
To start using Absolet on windows, you need to first install BUN and the required modules. Navigate to the Absolet folder highlight the filepath and type in CMD. Then proceed to run the following commands.
Note: To Run NPM commands on windows you will need to download node.js. This can be found here https://nodejs.org/en
type in powershell -c "irm bun.sh/install.ps1|iex"
Once that is complete close out CMD Window and reopen it by the process above.
npm install -g husky
Once that is complete, type in npm install
Once this process is complete you will need to install the music player module.
type in bun install ffmpeg-static
Finally time to run the bot type in npm run start
Your bot is now installed!