Mute
Overview
Mutes silence an individual and prevent them from sending messages or joining voice channels for a given amount of time.
Setup
Mutes require a one time initial setup for ClemBot to create the mute role and add it to all the channels. This might take a while depending on how many channels your server has. To avoid a heavy startup load the bot will prompt you to initialize the role when you run the mute command for the first time. After the initial setup is complete it will then apply the mute as normal.
If you have a large server with many channels this initial setup can take a minute or two due to discord rate limits, do not worry though. Once the mute role is set up, the bot will mute the user as requested.
Duration String
ClemBot supports time strings to specify how long a mute should last.
For example, to mute someone for 12 hours you would use the string 12h
.
To mute someone for twelve days and thirty minutes you would use the string 12d30m
...and so on in any combination you
desire.
Available Options
- years: `Y`, `y`, `year`, `years`
- months: `M`, `month`, `months`
- weeks: `w`, `W`, `week`, `weeks`
- days: `d`, `D`, `day`, `days`
- hours: `H`, `h`, `hour`, `hours`
- minutes: `m`, `min`, `minute`, `minutes`
- seconds: `S`, `sec`, `s`, `second`, `seconds`
The string needs to be in descending order, i.e., 1y4m1w2d5h2m30s
.
Commands
Mute
Required Claims
moderation_mute
Format
!mute @User <duration> [reason]
Example
!mute @User 1d1h Spamming and trolling
Unmute
Remove an active mute from a user, with an optional reason.
Un-muting a user does not remove the infraction from them.
Required Claims
moderation_mute
Format
!unmute @user [reason]
Example
!unmute @myfriend
!unmute @smatep Are you going to admit that C# is better than Java now?