Host a Python bot

In this article, you'll learn how to host a Python Discord bot with us.

Firstly, navigate to Andromeda then navigate to your server and select "Startup" on the sidebar menu.

From the startup tab, set the file to be used be executed (e.g. index.py or bot.py).

Next, Head to "File Manager" and upload all of your bot files. Once you uploaded all of your bot files, head into the console and click "Start". The bot should automatically start.

(OPTIONAL) To add additional packages, head back into the "Startup" tab. Under the "Packages" tab, input the packages required. Example Usage: discord.py

If you have any questions, please contact us for support.

Last updated