mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Adding more stability to Searcher
This commit is contained in:
@@ -29,6 +29,11 @@ class MusicUnavailable(Error):
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
|
||||
class YoutubeError(Error):
|
||||
def __init__(self, message='', title='', *args: object) -> None:
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
|
||||
class BadCommandUsage(Error):
|
||||
def __init__(self, message='', title='', *args: object) -> None:
|
||||
super().__init__(message, title, *args)
|
||||
|
||||
Reference in New Issue
Block a user