KOOKIIEStudios / PalCON-Discord

A Python-based Discord bot for PalWorld server administration via RCON
MIT License
18 stars 3 forks source link

Bot on integration page? Need help pls #12

Closed BloodDragon2580 closed 7 months ago

BloodDragon2580 commented 7 months ago

How can I add the bot to the integration page in discord? So that only certain commands are available to normal users? It would be nice if someone could explain this to me.

KOOKIIEStudios commented 7 months ago

Most of the commands require server admin perms. Only /info and /online can be used without admin perms.

This is coded in main.py via the @has_permissions(administrator=True) decorator in each command

BloodDragon2580 commented 7 months ago

I saw it, that's why I closed the topic. Thanks for the answer anyway ^^.