discordjs / Commando

Official command framework for discord.js
Apache License 2.0
497 stars 243 forks source link

Emit `commandCancel` when reason is promptLimit or prompt length is zero #379

Closed nearbyplayer closed 3 years ago

nearbyplayer commented 3 years ago

I'm not sure why this was excluded originally, but I noticed it earlier today when someone inadvertently used a command incorrectly and triggered this. The event was never emitted even though the command was in-fact canceled.