Windows Install
To start using Absolet on windows, you need to first install BUN and the required modules. Navigate to the Absolet folder highlight the file path 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 v20.19 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
Finally time to run the bot type in
npm run start
Your bot is now installed!
Last updated