Am checking out custom slash commands & I wonder, how I would go about aliasing an existing slash command, to a new slash command, within a different permission context.
In my case, I want to make the /welcomebot preview team
Welcome Bot message available to everyone in that team, by aliasing it to /welcome
.
The reason for that is, that I want to simplify the command & lift the permission hurdle, so anyone in the team may use it, rather than only the Administrator.
How can I achieve such behaviour?