Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704
This commit is contained in:
		@@ -76,7 +76,8 @@ class HTTPException(DiscordException):
 | 
			
		||||
    ------------
 | 
			
		||||
    response: aiohttp.ClientResponse
 | 
			
		||||
        The response of the failed HTTP request. This is an
 | 
			
		||||
        instance of `aiohttp.ClientResponse`__.
 | 
			
		||||
        instance of `aiohttp.ClientResponse`__. In some cases
 | 
			
		||||
        this could also be a ``requests.Response``.
 | 
			
		||||
 | 
			
		||||
        __ http://aiohttp.readthedocs.org/en/stable/client_reference.html#aiohttp.ClientResponse
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user