Skip to content

Channel Moderation

nutmeg edited this page Feb 22, 2023 · 4 revisions

Run Down

Discord+PS has built in channel moderation functions such as purge, lock, and unlock

Purge

Purge is called with PSClient.channel.purge()
If no channel is given it defaults to ctx.channel

PSClient.channel.purge(amount, ?channel);

Lock and Unlock

Lock is called with PSClient.channel.lock() and unlock is PSClient.channel.unlock()
If no channel is given it defaults to ctx.channel

PSClient.channel.lock(?channel);

PSClient.channel.unlock(?channel);
Clone this wiki locally