From c02796db423f1b7316fb10a105820c00c4bb4232 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:03:32 +0400 Subject: [PATCH] Major Spotify impl rewrite + some other goodies --- pomice/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pomice/exceptions.py b/pomice/exceptions.py index 1ce8c7f..b5112bb 100644 --- a/pomice/exceptions.py +++ b/pomice/exceptions.py @@ -28,9 +28,6 @@ class NoNodesAvailable(PomiceException): """There are no nodes currently available.""" pass -class OptionNotToggled(PomiceException): - """The Option was not Toggled, Therefore the feature Could not be used.""" - pass class TrackInvalidPosition(PomiceException): """An invalid position was chosen for a track.""" @@ -65,4 +62,3 @@ class SpotifyPlaylistLoadFailed(PomiceException): class InvalidSpotifyClientAuthorization(PomiceException): """No Spotify client authorization was provided for track searching.""" pass -