$slowmode - Set or Remove Channel Slowmode
This command allows you to set or remove the slowmode in a specified channel. Slowmode limits how frequently users can send messages in that channel.
How it Works
The $slowmode command takes two arguments:
channelID: The ID of the channel you want to modify. You can usually right-click a channel (with developer mode enabled in Discord settings) and select "Copy ID" to get the Channel ID.time (like 10s, 1m,..): The duration of the slowmode. This is specified as a number followed by a unit of time. Examples include10s(10 seconds),1m(1 minute),5m(5 minutes),1h(1 hour), etc. To remove the slowmode, set this value to0.
Usage Example
$slowmode[123456789012345678;10s]
This example sets the slowmode in the channel with ID 123456789012345678 to 10 seconds. Users will only be able to send a message every 10 seconds in that channel.
Removing Slowmode
To remove slowmode from a channel, use 0 as the time argument:
$slowmode[123456789012345678;0]
This will disable the slowmode in the channel with ID 123456789012345678.