index.js: update prompt format

This commit is contained in:
He4eT 2025-03-28 15:32:48 +01:00
commit 1bcff6f073

View file

@ -36,7 +36,7 @@ const shapeChannels = (channels) =>
const fuzzySelect = (choices) =>
inquirer.prompt([{
choices,
message: 'SomaFM channel',
message: 'SomaFM Channel:',
name: 'channelURL',
type: 'search-list',
}])