-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Roles to the Discord server #61
Comments
Related discussion: https://discord.com/channels/846624424199061524/942390549711822888/942390552622678056 In particular, Hack the Box provides an example of how integration of Codewars account on Discord might be done: https://discord.com/channels/846624424199061524/942390549711822888/942391254212300851 Of course, I've no idea how easy or difficult it is to implement such a solution on Codewars given the current codebase, so just throwing around ideas here. |
I am not a real fan of the idea. I can see some fun factor in it, but I am actually not sure its worth of efforts it would take, implementation- and administration-wise. First of all, kyu rank does not really reflect anything useful. It would be good only for bragging rights and i think nothing more. There are no privileges or functions tied to a user rank. Then, if someone would like to brag about the color of their label, I believe they would b dissatisfied if their discord role did not switch automagically from 7 kyu to 6 kyu. There would be a lot of support questions about this. Whats more we kinda have discord roles equivalent to codewars roles. There are admins and mods, which are not available to everyone, but theres also Don't get me wrong, I can see how rank related discord roles can be fun. But I am not sure whether they can be really useful and worth the effort. I would just prefer seeing people using actually useful roles, like translators, authors, reviewers, menders, rather than mere meaningless labels. Wanna be recognized? Make yourself recignized. |
I'm not a fan of the rank roles. For linking accounts, we can use OAuth2 with just the
We can add ✔️ role to verified users. |
At the moment there is no variety of roles on the codewars server as such. Now on the server there are roles only for administration. I would like to add roles for all users, as it is done on the site.
A possible list of what we would need to do:
Task description:
/verify key: "your key"
to the bot in private messages./roleup
.Problems and possible solutions:
In the case of the
/verify
command, it would be necessary to provide the bot with a key identifying the user. I think we need to create an individual key generator in the user's account settings on the site.In the future, in case the user's rank is increased, we need to check this event in some way. I think that in order for the bot not to check in real time the change of rank, we should simply add a command
/roleup
, which, using the previously obtained key, make a check of the user's account for its promotion.The text was updated successfully, but these errors were encountered: