How Can We Help?
-
Website/WordPress Hosting
-
- Accessing and Creating FTP Users
- Adding an Addon Domain
- Adding an SPF Record
- Adding an SSL Certificate
- Blocking IP Addresses From Accessing Websites
- Changing the PHP Version
- Changing the Upload File Size Limit
- Creating MySQL Databases
- Creating MySQL Users
- Creating Subdomains
- Enabling The .htaccess File
- Extending SSL Coverage to Include Mail
- How to Create Additional Plesk Users
- How to Extract From a Zip File
- How to Force HTTPS
- How to Log Into WordPress via Plesk
- How to Update Your Plesk Profile Password and Email Address
- How to Upload Files in Plesk
- How to View Disk and Traffic Usage
- Managing DNS
- Managing User Roles in Plesk
- Setting up Email Forwarding
- Understanding and Modifying File Permissions
- Using Google PageSpeed Insights
- Show Remaining Articles ( 9 ) Collapse Articles
-
Discord Bot Hosting
-
- Changing Discord Bot Start Up File
- Getting support with the Pterodactyl panel
- How To Change Pterodactyl Egg Version
- How To Connect To Pterodactyl Via SFTP
- How to create a file in Pterodactyl
- How to Enable/Disable Two-Step Verification on Pterodactyl
- How To Move Files In Pterodactyl
- How to Reinstall a Server
- How to Rename Your Pterodactyl Server
- How to Reset Your Pterodactyl Password
- How to Upload Files Through Pterodactyl
- How to use Git in Pterodactyl
- Using Pterodactyl Controls
-
-
Cybrancee Client Area
-
Emails
-
Domains
-
- Articles coming soon
-
Game Hosting
-
- Getting support with the Pterodactyl panel
- How To Change Pterodactyl Egg Version
- How To Connect To Pterodactyl Via SFTP
- How to create a file in Pterodactyl
- How to Enable/Disable Two-Step Verification on Pterodactyl
- How To Move Files In Pterodactyl
- How to Reinstall a Server
- How to Rename Your Pterodactyl Server
- How to Reset Your Pterodactyl Password
- How to Upload Files Through Pterodactyl
- Using Pterodactyl Controls
-
Print
Error: ModuleNotFoundError
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)