Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 451 Bytes

usdslowmode.md

File metadata and controls

24 lines (18 loc) · 451 Bytes
description
Sets a slowmode to the given channel

$slowmode

This function sets a cooldown to the given channel ID. 0 will set the cooldown to none

$slowmode[channelID;time/0]

{% hint style="danger" %} Discord does not allow you to go over 6 hours {% endhint %}

bot.command({
name: "slowmode",
code: `Set the channel slowmode
$slowmode[$channelID;5m]` //Sets the current channel slowmode to 5 minutes
})