Make rules a slash command
We have recently added keyword support for the rules command which enables people to invoke it more easily without having to remember what each number refers to.
This can be further simplified thanks to the autocomplete feature that comes with slash commands, and would then help people find the rule they intend in a more easier fashion.
@shtlrs If this gets approved can I please implement it?
Can slash commands suggest arbitrary text based on an integer and actually show the rule details in-line?
Also since the rules command is frequently used conversationally (with other messages appended afterwards) I'm not sure if this might hurt usability.
Can slash commands suggest arbitrary text based on an integer and actually show the rule details in-line?
Yeah the autocompleter can do something like that.
Also since the rules command is frequently used conversationally (with other messages appended afterwards) I'm not sure if this might hurt usability.
Why would it hurt usability ?
Also since the rules command is frequently used conversationally (with other messages appended afterwards) I'm not sure if this might hurt usability.
Why would it hurt usability ?


most use cases of rules either include a message after the command, and reply to some other user. Current state of slash commands seem to support neither. Making the rules an auto complete field will also make it easy to mistype the command on mobile where you need to click the field before it will register the auto complete, or else you just send the raw command in chat without interactions.
Humm, i'll have a look at the replying feature & see if there's a way to support that. As for the message after the rule, i personally have never used it like that, and when I do see it being used in that fashion, i tend to jump directly at the rule embed.
But you're right, it's a different scenario, and might not be what we want.
I don't think there's a good workaround for the replying and including extra text issues, which is a dealbreaker for me.
Yes, i agree.
I'll close this for now