user moderation: 1-1
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As a moderator, I want to be able to move the user to a specific channel and have a discussion with them in the presence of the other moderators.
Requirements:
- command should only be able to be run from the mod channel
The command should do the following to the user:
- add role that gives access to the 1-1 room
- remove other roles
- greets them with an @ message in the 1-1 room channel
Something like
!mod <user>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the Discord command handling and the role and channel configuration, then trace how moderator-only commands are restricted. Done means the command is limited to the mod channel and performs the specified role changes and greeting in the 1-1 room.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100