pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.84k stars 2.32k forks source link

Pterodactyl discord bot #2885

Closed Poseidon281 closed 5 months ago

Poseidon281 commented 5 months ago

Description

Checklist for all submissions

New egg Submissions

  1. [x] Does your submission pass tests (server is connectable)?
  2. [ ] Does your egg use a custom docker image?
    • [ ] Have you tried to use a generic image?
    • [ ] Did you PR the necessary changes to make it work?
  3. [x] Have you added the egg to the main README.md and any other README files in subdirectories of the egg (e.g /game_eggs) according to the alphabetical order?
  4. [x] Have you added a unique README.md for the egg you are adding according to the alphabetical order?
  5. [ ] You verify that the start command applied does not use a shell script
    • [ ] If some script is needed then it is part of a current yolk or a PR to add one
  6. [x] The egg was exported from the panel
Poseidon281 commented 5 months ago

This egg is ready, but the Discord bot is not finished yet so that is why i have made it a draft for now, untill the bot is ready for use.

Software-Noob commented 5 months ago

This can be run using the normal python egg without the need for a custom one. You also don't need to install packages that are never actually used in the installation as it slows down the process nor have exit in the install script for completion.

QuintenQVD0 commented 5 months ago

I zm closing this as indeed the generic python egg can run this withoud any modifications.