Some Introspection with Python
The discord bot I am working on has a number of features that can be configured separately and I wanted a way to display the configuration within discord. I ended up exploring some new-to-me areas of python to do this. I’m pretty pleased with how it turned out and want to share it with you!
I have made a runnable example of the code from this article available, if you want to try it out.
Continue reading