Install On Hosting

So Lets Get Started With The Discord Bot, Its Super Easy To Install It !

Want Support Related The Product? Click Here To Join Discord or Click Here To Mail Us!

🖥️ Installation on Pterodactyl Panel

  1. Create a New Server in your Pterodactyl admin panel.

    • Select Python Egg (use Python 3.9+).

    • Set allocated memory and disk space according to your needs.

  2. Upload the Bot Files

    • Upload your bot’s files (bot.py, requirements.txt, readme.md, etc.) via the file manager or SFTP.

  3. Install Dependencies

    • In your server console, run:

      pip install -r requirements.txt
  4. Configure Environment Variables

    • In the server settings, add environment variables:

      • BOT_TOKEN → Your Discord bot token

      • GUILD_ID → Your Discord server ID

      • CODES_CHANNEL_ID → Channel ID where generated codes are sent

      • LOG_CHANNEL_ID → Channel ID where logs are stored

  5. Start the Server

    • Run:

      python3 bot.py
    • Your bot should now come online and log messages in the console.

Last updated