We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109a06c commit 8f891a3Copy full SHA for 8f891a3
discord/client.py
@@ -821,6 +821,7 @@ def run(
821
async def runner():
822
async with self:
823
await self.start(token, reconnect=reconnect)
824
+
825
try:
826
asyncio.run(runner())
827
except KeyboardInterrupt:
discord/utils.py
@@ -33,8 +33,6 @@
33
import importlib.resources
34
import itertools
35
import json
36
-import logging
37
-import os
38
import re
39
import sys
40
import types
0 commit comments