-
Notifications
You must be signed in to change notification settings - Fork 80
Local Installation
dom edited this page Oct 23, 2025
·
4 revisions
-
⬇️ 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.
-
▶️ Start the Installer:- Open a terminal or command prompt in the new directory you created where install.py is located.
- Run
python install.pyto install the bot. This should automatically pull main.py and all other files into the directory.
-
🤖 Start the Bot:
- In your terminal or command prompt in the same directory you created, run
python main.pyto start the bot. - When prompted for a Discord bot token, enter your bot token. The bot should now initialize and connect to Discord.
- In your terminal or command prompt in the same directory you created, run
The bot has many custom flags you can add to the startup command, refer to this list to use them correctly.