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