add message for reset playlists
This commit is contained in:
parent
8362ef0659
commit
03fc3e81c3
@ -53,6 +53,7 @@ const addAllPlaylists = async event => {
|
|||||||
).then(() => {
|
).then(() => {
|
||||||
shuffleAllPlaylists()
|
shuffleAllPlaylists()
|
||||||
play()
|
play()
|
||||||
|
return event.reply('Successfully reset playlists.')
|
||||||
})
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return handleError(e, event)
|
return handleError(e, event)
|
||||||
|
Loading…
Reference in New Issue
Block a user