discordx-ts / discordx

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

fix(utilities): emitter decorator does not contain user obj #905

Closed ShoGinn closed 1 year ago

ShoGinn commented 1 year ago

This fix allows the user to be undefined, which still meets the intent of the guard.

904

This will fix a bug using discordx global guards and discordx emitter decorators.

Package