Alias Slash Commands

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?

I’m not sure if this is possible, the welcome bot is a plugin and has its own user account (a bot account) and checks permissions upon every invocation. I’m not sure if the welcome bot has an API you could call from the outside, but if it has, you could use its API to do what you’re looking for, but you’d have to use a privileged token for the API calls.

I’ve never tried it though, so I’m just guessing that this might not be possible at all.