How to install a Discord bot on the IcedHost bot container platform
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SokenDev 40c60620d6 Update 'README.md' 2 years ago
README.md Update 'README.md' 2 years ago

README.md

Iced Host Installation

How to install a Discord bot on the IcedHost bot container service. This guide is centered towards my products, but could easily be adapted for some that aren't mine.

Steps

  1. Upload all of the bot's files to the container
  2. Move the Ubuntu 18.04 Python 3.8 distribution file (it should be a .so file) to the main folder.
  3. Go to the Startup tab and enter the name of the Python file we'll be running - for most of my products it's run.py or start.py.
  4. Create a new file called requirements.txt that contains all required Python modules (add/remove here as is needed):
discord.py
aiohttp
webrcon
websockets
jishaku
aiomysql
  1. Start your bot up!

IcedHost

If you want to help me out, you can use my IcedHost affiliate link.