Apps.Whiteboard
Apps.Whiteboard copied to clipboard
[ Feat ]: Revoke rights for a certain user
closes #79
Steps I have taken:
- Created a new command to revoke user rights.
- Implemented the
/whiteboard deny {userName} of {boardName}
command for this purpose. - Extracted userName and boardName from the context parameters.
- Developed a new function to remove the specified userName from the boardOwner of the given board.
- Updated the board using the storeBoardData function.
- Sent a message to the board owner, notifying them that
{userName} has been removed from the rights of {boardName}
.