mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Adding Deezer Module and Deezer Tests
This commit is contained in:
@@ -49,6 +49,11 @@ class SpotifyError(VulkanError):
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
|
||||
class DeezerError(VulkanError):
|
||||
def __init__(self, message='', title='', *args: object) -> None:
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
|
||||
class UnknownError(VulkanError):
|
||||
def __init__(self, message='', title='', *args: object) -> None:
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
Reference in New Issue
Block a user