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.

  1. type in powershell -c "irm bun.sh/install.ps1|iex"

  2. Once that is complete close out CMD Window and reopen it by the process above.

  3. npm install -g husky

  4. Once that is complete, type in npm install

  5. Finally time to run the bot type in npm run start

  6. Your bot is now installed!

Last updated