mirror of
https://github.com/deadcxap/YandexMusicDiscordBot.git
synced 2026-01-11 02:31:43 +03:00
feat: Add help command.
This commit is contained in:
@@ -36,7 +36,6 @@ class PlayTrackButton(Button, VoiceExtension):
|
||||
|
||||
await interaction.respond(response_message, delete_after=15)
|
||||
|
||||
|
||||
class PlayAlbumButton(Button, VoiceExtension):
|
||||
|
||||
def __init__(self, album: Album, **kwargs):
|
||||
@@ -71,7 +70,6 @@ class PlayAlbumButton(Button, VoiceExtension):
|
||||
else:
|
||||
await interaction.respond(response_message, delete_after=15)
|
||||
|
||||
|
||||
class PlayArtistButton(Button, VoiceExtension):
|
||||
def __init__(self, artist: Artist, **kwargs):
|
||||
Button.__init__(self, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user