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
To improve channel management and prevent the sending of inappropriate messages, we can implement the /mute command that allows us to mute a user for a specific period of time.
The /mute command should work as follows:
Only channel administrators should be able to use the /mute command.
An administrator can mute a specific user using the command /mute @username <time>, where 'time' represents the duration for which the user will be muted (e.g., /mute @misorotterdam 1h mutes user @misorotterdam for 1 hour).
An administrator can mute a specific user using the command /mute <time> by replying the specific message.
The text was updated successfully, but these errors were encountered:
To improve channel management and prevent the sending of inappropriate messages, we can implement the /mute command that allows us to mute a user for a specific period of time.
The /mute command should work as follows:
The text was updated successfully, but these errors were encountered: