Ghost Ops

Results 25 comments of Ghost Ops

[contextlib](https://github.com/python/cpython/blob/3.10/Lib/contextlib.py) is an in-built module that comes with cpython. It must be available to everyone by default. The Async Webhook class works fine for me. Try installing that module (contextlib)...

I don't know whether my commit works or not, but just try it by pip installing [my fork](https://github.com/GhostOps77/python-discord-webhook.git) and tell me if its not working

@auvipy You can also close this PR as well by the way

whats the current workaround for this?

This issue is no more relevant at all, the help message gets printed in click v7 @auvipy , you can close this issue as well

Solved in #86 @auvipy you can close this issue

Can u provide any example for this? like sample use case, and sample output?

It would be great if there's start and stop comments to pause mypy's type check, like ``` # mypy: off ... # mypy: on ``` cuz i do need to...

I am the one who removed the ability to add comments in the prompt. and It's because that's how click parses it too. I just copied that function straight out...