Skip to content

Commit 1a40295

Browse files
committed
Merge branch 'feat/voice-rewrite-and-fixes' of https://github.com/DA-344/pycord into feat/voice-rewrite-and-fixes
2 parents eaa3d77 + 8f891a3 commit 1a40295

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

discord/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ def run(
821821
async def runner():
822822
async with self:
823823
await self.start(token, reconnect=reconnect)
824+
824825
try:
825826
asyncio.run(runner())
826827
except KeyboardInterrupt:

discord/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
import importlib.resources
3434
import itertools
3535
import json
36-
import logging
37-
import os
3836
import re
3937
import sys
4038
import types

0 commit comments

Comments
 (0)