We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some commands doesn't seem to have access to localize guardData.
localize
/prefix
/invite
error [20/08/2022 - 15:59:21] Unhandled rejection : Cannot read properties of undefined (reading 'COMMANDS') > /workspaces/tscord/src/commands/General/stats.ts:70 > /workspaces/tscord/node_modules/discordx/src/decorators/classes/Method.ts:85 > /workspaces/tscord/src/guards/extractLocale.ts:28 > /workspaces/tscord/node_modules/discordx/src/decorators/classes/Method.ts:94 > /workspaces/tscord/node_modules/discordx/src/decorators/classes/Method.ts:94 > /workspaces/tscord/src/guards/notBot.ts:16 > /workspaces/tscord/node_modules/discordx/src/decorators/classes/Method.ts:94
The text was updated successfully, but these errors were encountered:
fix(#32): auto inject client in handlers
f174a5d
bb89831
barthofu
Successfully merging a pull request may close this issue.
What happened?
Some commands doesn't seem to have access to
localize
guardData.Reproduction
/prefix
or/invite
command for example.Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: