Absolet Documentation
  • 🌊Absolet Documentation
    • 📦Dependencies
    • 🤖Bot Application Setup
    • 📚Configuration Files
    • 🍄MongoDB Database
    • 🖥️Bot Installation (Linux)
    • 🖥️Bot Installation (Windows)
    • 🖥️Bot Installation (Pterodactyl)
    • ⚒️Bot Setup (Discord)
    • 🎫Ticket Categories
    • ❌Common Errors
    • ✅Done!
Powered by GitBook
On this page
  1. Absolet Documentation

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

PreviousMongoDB DatabaseNextBot Installation (Windows)

Last updated 10 months ago

🌊
🖥️