How do I remove the prefix in Adonis admin?

This may be confusing, but I want to know how to remove the prefix?
Normally, for example, it would be like :kill all, but I would like it to be optional and be kill all and have both of them work.
I’ve seen this before, but I have no idea how they did it.

Any help would be greatly appreciated!

Remember, this is for Adonis admin!

1 Like
local prefix = ":" or ""

That is maybe how they did it.

1 Like

image

Change either of these at lines 230-232
In Config folder > Settings

I know that but, that does not let you use :kill all AND kill all. It only lets you use one or the other.