TobiasGoetz / pibot

A discord bot providing multiple features
0 stars 0 forks source link

rework permission system #19

Open TobiasGoetz opened 1 year ago

TobiasGoetz commented 1 year ago

Is your feature request related to a problem? Please describe. Discord has it's own permission system under Integration. rework the current permission system to use default member permissions. For example see: https://support.discord.com/hc/en-us/articles/4644915651095-Command-Permissions

https://discordpy.readthedocs.io/en/stable/interactions/api.html?highlight=member%20permissions#discord.app_commands.AppCommand.default_member_permissions

https://discordpy.readthedocs.io/en/stable/api.html#discord.Permissions

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.