#
How to Install Packages on Your Server
To install extra packages to your server:
- Go to your server’s Startup section.
- If you use Node.js, enter package names in the
Additional Node Packagesfield, example:discord.js. - If you use Python, enter package names in the
Additional Py Packagesfield, example:discord.py. - For multiple packages, separate each with a space, example:
discord.py, requests, axios. - Start your server. The packages will install automatically.
Tip: If you have a
requirements.txt(Python) orpackage.json(Node.js) with the correct packages, you don’t need to use the additional packages fields.