CommandAliases icon indicating copy to clipboard operation
CommandAliases copied to clipboard

Aliases loading order

Open Mailiax opened this issue 3 years ago • 2 comments

In what order are the aliases loaded? Is there any way to make sure one alias loads before another?

Mailiax avatar Jan 01 '23 16:01 Mailiax

It should be alphabetically based on the filename, you could check the log it should be loaded in that order.

FlashyReese avatar Jan 01 '23 18:01 FlashyReese

Interesting. I am having a problem using /bal, which is a COMMAND_REDIRECT for /money that is made with COMMAND_CUSTOM, but /balance (which is identical to /bal) works.

I thought it might have to do with the order in which the aliases are loaded, but if what you are saying is correct then neither /bal nor /balance should work. Or is there something else about redirecting custom commands that I am missing?

Mailiax avatar Jan 01 '23 19:01 Mailiax