Replies: 1 comment 3 replies
-
I use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, you can add a command that does not start with a prefix (e.g.
/
or!
or^
etc). The command works perfectly fine (assuming you type it as the first word).Proposed solution: I feel like this is prone to errors, so I'd like to remove this without a replacement.
Considerations: If a user has
/foo
andfoo
added as commands, we'd only consider the first of those commands. If a user hasbar
as a command, we would treat the command as/bar
Beta Was this translation helpful? Give feedback.
All reactions