mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 10:53:10 +00:00
Use a regular boolean instead of asyncio.Event for close status.
This commit is contained in:
@ -280,7 +280,7 @@ class AutoShardedClient(Client):
|
||||
if self.is_closed():
|
||||
return
|
||||
|
||||
self._closed.set()
|
||||
self._closed = True
|
||||
|
||||
for vc in self.voice_clients:
|
||||
try:
|
||||
|
Reference in New Issue
Block a user