Duplicated from dragonxd1/DragMusicV2
a8e9b84
1
2
3
4
class AssistantErr(Exception): def __init__(self, errr: str): super().__init__(errr)