0%
Loading...
NolimitHost

How to Install Dependencies on Python Discord Bot Hosting

Last updated: July 23, 2026

This guide shows you how to install Python dependencies for your Discord bot hosted in the NolimitHost panel. Dependencies (also called packages) are ready-made Python code libraries your bot's code needs in order to run.

Install Python Packages

  1. Open Startup — Log in to the NolimitHost Game Panel at https://panel.nolimithost.cc/ and select your Discord bot server. Click Startup in the left navigation menu.
  2. Find Python Packages — Under the Variables section, locate the Python Packages field.
  3. Enter your dependencies — Type the packages your bot needs, separated by a single space.
    discord.py aiohttp requests
  4. Restart the bot — The panel automatically installs the specified packages when the server starts. If your bot is already running, click Stop first, then Start, so the new packages get installed.
Tip: Make sure the package names match the pip package names exactly. For example, discord.py is the package, not discord.