discordjs / Commando

Official command framework for discord.js
Apache License 2.0
496 stars 242 forks source link

Accept smart quotes #299

Closed sriRacha21 closed 3 years ago

sriRacha21 commented 4 years ago

I noticed users who tried to use quotes on iPhone to wrap arguments encountered an error. This new function replaces single smart quotes with single quotes and double smart quotes with double quotes in the first line of parseArgs before continuing.