Closed lekro closed 6 years ago
This could be done with a function decorator around the commands. E.g
@commands.command
@role('Elo Manager')
def match(self,ctx):
...
return
Implemented in 2c2ccfb7542216961f60629e8ffae6af76727de2. The permissions configuration is also in the configuration file.