FragSoc / esports-bot

A Discord bot utilising Discord.py to provide functionality for UoY Esports game hubs
GNU Affero General Public License v3.0
2 stars 2 forks source link

Command to easily set Game Rep permissions #194

Closed Fluxticks closed 3 years ago

Fluxticks commented 3 years ago

From the experience of setting the permissions of each Game Rep for each game in each category they need access to, this process needed to be automated somehow.

I've added command that takes a user and a list of channel/category IDs, and then sets the permissions needed for a Game Rep to control their section and remove any previous user's permission overwrites so that this can be used when new Game Reps come in.

Also I know that I don't actually need a review to merge this, but just thought that it would be good practice.