Noelle Wang
Noelle Wang
I will review this sometime this week for my input
Just did a quick scan of this PR. Global interaction checks are not documented yet, which I will probably do in a bit
> tl;dr is that I'm not convinced a connection pool will do anything but add another layer of Python code to an already fast process. See my response on issue...
Might be useful to run `docs/extensions/builder.py` through black and isort (useless it is already ran through)
Looked at this and all it is just relinking it to the new guide. is there a front page for the intents section included?
Like with ext.commands for example
If you were to ask me, this isn't needed. I would wonder *why* even support proxies for webhooks?
Chances are, your variable `channel` is actually `None` and it's not returning any errors because you don't have an error handler set up
> @No767 It is impossible because of the `cog_check`, I wouldn't have the `print(1)` then. And I have an error handler on the `cog_check` which I indeed forgot to show...
Are you sure that you are getting an error? My leading theory would be that the voice channel you are trying to get is `None`, thus resulting in an error...