Please add a function with which you can select which /slash commands you can use in a channel ... (for example in a list)
Why This is Needed
If you have 2 different /slash commands you cannot set which of the two you can use in the channel. You can only set whether you can use /slash commands.
If you have a /clear command and a /ping command you can only use both or neither.
This becomes a problem when you have a channel in which you are not allowed to clear messages
but want to use the /ping command.
Because then you have to do a workaround by querying the channel in the command and handle the error.
Alternatives Considered
Currently there is only the possibility to set general rights for all /slash commands in a channel.
Description
Please add a function with which you can select which
/slash commands
you can use in a channel ... (for example in a list)Why This is Needed
If you have 2 different
/slash commands
you cannot set which of the two you can use in the channel. You can only set whether you can use/slash commands
.If you have a
/clear command
and a/ping command
you can only use both or neither. This becomes a problem when you have a channel in which you are not allowed to clear messages but want to use the/ping command
.Because then you have to do a workaround by querying the channel in the command and handle the error.
Alternatives Considered
Currently there is only the possibility to set general rights for all
/slash commands
in a channel.Thanks ~Mqx