WIP: #7/fix-disconnect #8

Draft
logan wants to merge 30 commits from #7/fix-disconnect into master
Showing only changes of commit 4f93c99a52 - Show all commits

View File

@@ -2,8 +2,9 @@ import audioop
import math
import pyaudio
import asyncio
from discord import VoiceClient, OpusNotLoaded
from discord import VoiceClient
from internal.logger import create_logger
from discord.opus import OpusNotFound
LOGGER = create_logger(__name__)