How to install your Discord Bot required packages!
For Python Users:
- Please create a file named `requirements.txt` and place each of your requirements for your bot in this file. After you are done, simply reboot the server and they will install
For NodeJS Users:
- Please ensure you have a `package.json` file which contains your required packages. This is created when you run `npm i --save` on your computer. Once the package.json is uploaded, your discord bot will install the packages on the next startup.
For Others:
If you require another package that is not listed above, please open a ticket with our team!