Channel Moderation - shysolocup/willclient GitHub Wiki

Discord+PS has built in channel moderation functions such as purge, lock, and unlock
Purge is called with PSClient.channel.purge()
If no channel is given it defaults to ctx.channel
PSClient.channel.purge(amount, ?channel);
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);