Custom Commands activate with partial match comments

How to use Custom Commands with partial match comments
like “nice” , “niceeee” , “nice😀” and “nice!!!” .
These four include “nice” but not exactly same comment.
Do I have to put all possible pattern from “nice” to “niceeeeeeeeeeeeeeee” to the alias?
Are there any solutions other than putting all possible patterns to alias?
BIG thanks in advance

Hey @y_y!

Pretty much, yeah.

Nope, sorry.

Here’s how you do it tho’, let’s say you have your nice command already, then here’s how you set up the others

!addcom niceeee -a=nice
!addcom nice!!! -a=nice

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