Custom commands Alias?

Im having trouble finding an avalible Alias for my custom commands Ive tried $(query) but didnt exist does anyone know a Alias that exists

Wait, what are you trying to do? The alias field is used to call an existing command with an other command code.
For example:

!commands add !hello hi
Command !hello will return: hi

!commands add !hi -a=!hello $(query)
Now command !hi will also return hi since it’s an alias of !hello.

So I’m not sure what you mean with unable to find an available alias, just enter the command code you want the alias to point to.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.