Roxxers / roxbot

Roxbot: An inclusive modular multi-purpose Discord bot. Built with love (and discord.py)
MIT License
21 stars 5 forks source link

Self Assign Role Groups #21

Open Roxxers opened 5 years ago

Roxxers commented 5 years ago

From Oct:

"Really dumb work around here to make this work, another key in the settings "groups" will have a dict of lists. dict key being the name and then inside a list of role ids. Need to do checks to make sure all IDs are valid. Then use this when printing. Then nothing is fucked with the converts or printsettings."

Roxxers commented 5 years ago

Looks like this is more possible with moving over the entire storage system to a database. No need for any dumb work around. May be able to work on this for 3.0 for sure.