Browse Source

Remove unused internal bot_token attribute

pull/8079/head
Sebastian Law 3 years ago
committed by GitHub
parent
commit
f24f34e3f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/http.py

1
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

Loading…
Cancel
Save