Skip to content

Local Installation

dom edited this page Oct 23, 2025 · 4 revisions

🚀 Local Installation

  1. ⬇️ Download the Installer:

    • Download the install.py file
    • Place it in a new directory where you want to run the bot

    Alternatively, if you run on Windows, you could download and run ikketim's batch script instead. Just double-click that and follow the prompts to get set up.

  2. ▶️ Start the Installer:

    • Open a terminal or command prompt in the new directory you created where install.py is located.
    • Run python install.py to install the bot. This should automatically pull main.py and all other files into the directory.
  3. 🤖 Start the Bot:

    • In your terminal or command prompt in the same directory you created, run python main.py to start the bot.
    • When prompted for a Discord bot token, enter your bot token. The bot should now initialize and connect to Discord.

🚩 Optional Flags

The bot has many custom flags you can add to the startup command, refer to this list to use them correctly.

Clone this wiki locally