🖥️Bot Installation (Windows)
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 Make sure to download v19.9.0 otherwise it will not work properly.


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!
Last updated