Browse Source
Remove unused internal bot_token attribute
pull/8079/head
Sebastian Law
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/http.py
|
|
@ -343,7 +343,6 @@ class HTTPClient: |
|
|
|
self._locks: weakref.WeakValueDictionary = weakref.WeakValueDictionary() |
|
|
|
self._global_over: asyncio.Event = MISSING |
|
|
|
self.token: Optional[str] = None |
|
|
|
self.bot_token: bool = False |
|
|
|
self.proxy: Optional[str] = proxy |
|
|
|
self.proxy_auth: Optional[aiohttp.BasicAuth] = proxy_auth |
|
|
|
self.http_trace: Optional[aiohttp.TraceConfig] = http_trace |
|
|
|