mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-09 14:12:54 +08:00
.. | ||
egg-python-pterodactyl-discord-bot.json | ||
README.md |
Pterodactyl Discord Bot Egg
This is a Pterodactyl Discord Bot egg based on the Python egg from parkervcp. It installs and configures a Discord bot on a Pterodactyl-hosted server.
Credits
This egg is based on the Python egg by parkervcp. Thanks to parkervcp for the original work and inspiration.
Installation
- Import the egg to your Pterodactyl Panel
- Make a new server with this egg
- Start the server and all of the dependencies will be install automatically
- Configure the bot/config.json. Make sure you set the bot token and the guild ID to your bot and Discord Guild
- Have fun managing your Pterodactyl Panel from your Discord server
Instructions
- The settings file for the Discord bot should be configured according to the documentation of your specific bot.
- Manually upload any other required files to the server unless otherwise specified in the settings file.
Docker Images
This egg supports the following Python versions:
- Python 3.12
- Python 3.11
- Python 3.10
- Python 3.9
- Python 3.8
- Python 3.7
- Python 2.7
Variables
PY_FILE
: The file that starts the Discord bot. Default value:bot/start.py
.PY_PACKAGES
: Additional Python packages to install. Use spaces to separate.USER_UPLOAD
: Specify whether the user wants to manually upload all other files. Default value:0
.
Authors
- parkervcp - Original author of the Python egg.
- Poseidon281 - Customizations for this Discord bot egg.