How Can We Help?
Print

Error: ModuleNotFoundError on Pterodactyl

This error message is thrown if you have not correctly defined which modules your bot requires, such as Discord.py.

There are 2 ways to define modules. Method A is by adding them manually to your startup configuration, method B is to implement a Requirements.txt file to your file structure. Both methods are explained below:

Method A (Quickest)

Click here to view the related article

Method B (Preferred)

Click here to view the related article