🖥️Bot Installation (Linux)
To start using Absolet, you need to first install the required modules. Navigate to the Absolet folder and run npm install
to install the necessary modules.
Then, go to your config.yml file and add the bot token and license key. Once you have done that, you can start your bot by running npm run start
in the Absolet folder.
If you want to make your bot 24/7, download screen using sudo apt install screen
create one using screen -S Absolet
and start the bot normally, to go to the screen again, use the command screen -x Absolet
Last updated