ClemBot
ClemBot copied to clipboard
Allow users to assign more than one role at a time
Currently you can only assign one role at a time, eg:
!roles cpsc-4910
!roles senior
Instead it would be nice if users could self-assign multiple roles at once, eg:
!roles cpsc-4910 senior etc.
i really like this idea, and its a somewhat easy thing to add d.py exposes a converter that makes this somewhat trivial https://discordpy.readthedocs.io/en/latest/ext/commands/api.html#discord.ext.commands.Greedy
Is this still up for grabs @Jay-Madden @JacobStauch
Yes it is still open, would you like to pick it up?
Would love to! @Jay-Madden
Is work on this ongoing?
I'm wondering how you'd handle roles that have spaces (e.g. Special Topics). If there were role Special and Topics as well as Special Topics, how would the command know which the user is asking for?
Hi, I've worked with discord.py module and have a bit of knowledge about. I would like to ask if I can pick up this issue ??
If you would like to i will assign you this issue, i believe you are already in the test server
Attempted this issue and the possible solutions were deemed not good enough. Open to anyone else who can come up with a solid solution