discordx-ts / discordx

🤖 Create a discord bot with TypeScript and Decorators!
https://discordx.js.org
Apache License 2.0
584 stars 50 forks source link

Command parser ignores commands starting with global prefix when command has prefix set #1009

Closed sinjs closed 3 months ago

sinjs commented 3 months ago

What happened?

When setting the prefix for all commands to two prefix (for example $,!) and create a command which has the prefix set to $ in the SimpleCommand decorator, all other commands will no longer respond to the $ prefix

Reproduction

https://github.com/sinjs/discordx-prefix-bug-reproduce

Package

discordx

Version

Stable

Relevant log output

No response

Code of Conduct