feat:Enhancing /listening
Command Functionality
#202
Labels
enhancement
Improving something existing
feature task
A big ticket item that needs to come up as a feature
Issue Description
Currently, when a user executes the
/listening
command in the Real Dev squad Discord server, their name gets updated to includeCan't Talk
after their name. For instance, it appears as🎧 achintya-chatterjee-Can't Talk
. However, the intended behaviour is missing, as the user is not server muted or voice channel muted in any channel of the Real Dev Squad Discord server. We need to enhance this functionality so that users are server muted or voice channel muted upon executing the/listening
command.Expected Behavior
When users execute the
/listening
command with the boolean value set toTrue
, their server name should be updated toCan't Talk
after their name, and they should be server muted or voice channel muted.When users execute the
/listening
command with the boolean value set toFalse
, their server name should be updated to removeCan't Talk
from their name, and they should not be server muted or voice channel muted.Current Behavior
/listening
command updates the user's name withCan't Talk
but fails to server mute or voice channel mute them based on the boolean value provided.Screenshots
Reproducibility
Steps to Reproduce
/listening
command with the boolean value set toTrue
.Can't Talk
but they are not server muted or voice channel muted.Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: