mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(docs): update proxy blacklist command docs
This commit is contained in:
parent
42b2ec9f53
commit
9716922ab5
1 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Disabling proxying in a channel
|
||||
It's possible to block a channel from being used for proxying. To do so, use the `pk;blacklist` command. For example:
|
||||
It's possible to block a channel from being used for proxying. To do so, use the `pk;serverconfig proxy blacklist` command. For example:
|
||||
|
||||
pk;serverconfig blacklist add #admin-channel #mod-channel #welcome
|
||||
pk;serverconfig blacklist add all
|
||||
pk;serverconfig blacklist remove #general-two
|
||||
pk;serverconfig blacklist remove all
|
||||
pk;serverconfig proxy blacklist add #admin-channel #mod-channel #welcome
|
||||
pk;serverconfig proxy blacklist add all
|
||||
pk;serverconfig proxy blacklist remove #general-two
|
||||
pk;serverconfig proxy blacklist remove all
|
||||
|
||||
This requires you to have the *Manage Server* permission on the server.
|
||||
Loading…
Add table
Add a link
Reference in a new issue