shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

[Request] ctx commands mobile apostrophe conversion #53

Closed YumYummity closed 1 year ago

YumYummity commented 1 year ago

Automatically convert the mobile version of the apostrophe (, U+2019) with the normal apostrophe (', U+0027) when processing commands.

shayypy commented 1 year ago

I'm pretty sure discord.py doesn't do this (and in fact raises an exception about it) in which case I'd like to keep that parity. Also, silently modifying user input behind the scenes doesn't sound like something I want to do. Seems like a future gun-to-the-foot to me.