Loco-CTO / Rystal-V6-Experiments

Unused import from wildcard import found PYL-W0614
Anti-pattern
Major
a month ago2 months old
Unused import(s) NextcordJukeBoxError, QueueError, PlayError, UserNotConnected and VoiceChannelMismatch from wildcard import of exceptions
 38from . import LogHandler
 39from .enums import LOOPMODE
 40from .event_manager import EventManager
 41from .exceptions import * 42from .song import Song
 43from .utils import get_video_id
 44