Skip to content

Channel Slowmode

nutmeg edited this page Feb 22, 2023 · 5 revisions

Run Down

Discord+PS has built in slowmode support

Setting Slowmodes

The way to set a slowmode is PSClient.channel.setSlowmode()
If no channel is given it defaults to ctx.channel

PSClient.channel.setSlowmode(time, ?channel);

Removing Slowmodes

The way to remove a slowmode is PSClient.channel.removeSlowmode() or you can just set the slowmode to 0
If no channel is given it defaults to ctx.channel

PSClient.channel.removeSlowmode(?channel)
Clone this wiki locally