Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 896 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 896 Bytes

Discord.py pufferpanel template

Allows you to easly host your discord bots

  • Made by @CristianEduardMihai

Troubleshooting

No module named pip
  • That's an easy fix, install pip

    Ubuntu/Debian/Raspbian

    sudo apt update
    sudo apt -y install python3-pip
    

    Fedora

    sudo dnf install python3-pip
    

    Centos


Could not open requirements file
  • Read this and create a requirements.txt file

can't open file '/var/lib/pufferpanel/servers/xxxxxxxx/bot.py'
  • Is your file named bot.py ? If not, edit the server settings

image

If you did everything above(and only then), and it's still not working, ask for support on discord

image