lekro / elosensei

[unmaintained] Discord bot implementing the Elo rating system
GNU General Public License v3.0
3 stars 2 forks source link

Integrate with discord permission nodes #3

Closed lekro closed 6 years ago

lekro commented 7 years ago
chr1s-b commented 7 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
lekro commented 6 years ago

Implemented in 2c2ccfb7542216961f60629e8ffae6af76727de2. The permissions configuration is also in the configuration file.