You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only staff can use the .rp command in channels like #python-discussion. I propose we change it so any user can use it, as with the .topic command.
Reasoning
More than just mods can benefit from the command. It's a good way to link people to reliable articles for more in-depth information on various concepts. Non-staff members should still have the ability to give these articles if they think it's helpful.
Proposed Implementation
This functionality already exists with the .topic command. I believe the current functionality is only the default behavior and can be overwritten.
Additional Details
Would you like to implement this yourself?
I'd like to implement this feature myself
Anyone can implement this feature
The text was updated successfully, but these errors were encountered:
The argument was mainly that a lot of the responses from the command may not be relevant to the person being helped, so ideally the helper should have ensured that there is a particular helpful article shown in the response, in which case they can share it directly. For example, if someone just wanted to learn about lists, the article you'd want is https://realpython.com/python-lists-tuples/ , but that doesn't appear:
That said, for most queries (especially less broad ones) the results given are helpful, so personally I'd be happy to try it out at least, but would like other opinions first.
I mostly see the rp command being helpful in cases that need more explanation and that aren't already in a short help tag. We do have a !lists command, and I think it explains enough. I do agree that it's not ideal for some results to be off the mark, but I don't see this as a huge issue, since the most that can happen is the embed just isn't helpful. It's currently not helpful at all to most users, so being helpful most of the time is still better in my opinion.
Description
Currently, only staff can use the .rp command in channels like #python-discussion. I propose we change it so any user can use it, as with the .topic command.
Reasoning
More than just mods can benefit from the command. It's a good way to link people to reliable articles for more in-depth information on various concepts. Non-staff members should still have the ability to give these articles if they think it's helpful.
Proposed Implementation
This functionality already exists with the .topic command. I believe the current functionality is only the default behavior and can be overwritten.
Additional Details
Would you like to implement this yourself?
The text was updated successfully, but these errors were encountered: