mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-24 20:04:55 +00:00
Remove unused internal bot_token attribute
This commit is contained in:
parent
cdfccfbe74
commit
f24f34e3f1
@ -343,7 +343,6 @@ class HTTPClient:
|
|||||||
self._locks: weakref.WeakValueDictionary = weakref.WeakValueDictionary()
|
self._locks: weakref.WeakValueDictionary = weakref.WeakValueDictionary()
|
||||||
self._global_over: asyncio.Event = MISSING
|
self._global_over: asyncio.Event = MISSING
|
||||||
self.token: Optional[str] = None
|
self.token: Optional[str] = None
|
||||||
self.bot_token: bool = False
|
|
||||||
self.proxy: Optional[str] = proxy
|
self.proxy: Optional[str] = proxy
|
||||||
self.proxy_auth: Optional[aiohttp.BasicAuth] = proxy_auth
|
self.proxy_auth: Optional[aiohttp.BasicAuth] = proxy_auth
|
||||||
self.http_trace: Optional[aiohttp.TraceConfig] = http_trace
|
self.http_trace: Optional[aiohttp.TraceConfig] = http_trace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user