How to trigger more then one alias?

Asked May 17, 2021·2 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hello, is it possible to trigger more then one alias with a single command?

For example: !lurk written by a viewer, should trigger !lurk_d and !lurk_e (both commands are existing and working).

But when i sperate them by space in the alias field it will only trigger the first one and when i put anything else between , ; | it sees it as a single alias and tell my the alias isn't existing. (!lurk_d,!lurk_e does not exist). does a special syntax have to be used for this?

thank you for your help

2 replies

Hey @Rustic Skunk!

A command can only have one alias, and that alias can't have an alias, it's to prevent loops.
Maybe this Multiple Message API will help you achieve what you're looking for.

Thank you very much it works perfectly!