Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proxy variable #9739

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add proxy variable #9739

wants to merge 3 commits into from

Commits on Feb 22, 2024

  1. Add proxy variable

    Add the use of the proxy variable to the from_url function of the webhook class.
    
    During use, I found that the from_url function did not provide a proxy parameter to pass in. My area requires a proxy to access discord, so I added this parameter.
    jhqwqmc committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3a7dc56 View commit details
    Browse the repository at this point in the history
  2. Update async_.py

    Added `proxy_auth` variable
    jhqwqmc committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8dfaa8c View commit details
    Browse the repository at this point in the history
  3. Update async_.py

    Add description
    jhqwqmc committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    261200f View commit details
    Browse the repository at this point in the history