MenuDocs / Pyro

A Python Discord Bot
Apache License 2.0
25 stars 6 forks source link

feat: switch to libcst instead of regex parsing for autohelp #58

Closed onerandomusername closed 2 years ago

onerandomusername commented 2 years ago

closes #56

onerandomusername commented 2 years ago

Everything is implemented, I think its pretty much good to go.

onerandomusername commented 2 years ago

libcst released an update since I started progress on this. I need to update it to 0.4.1 and retest, as this adds support for match statements and other 3.9 or 3.10 exclusive stuff

EDIT: turned out I've been using 0.4.1 this entire time, so we're good to go on this front.