The response to queue should be the currently playing song, what is currently called queue, and what the next X songs in the playlist after up next.
For example, the output could be:
I'm playing **[Song]** by *[Artist]*. Up next is:
**[Other song]** by *[Other artist]*
After that, I will play:
**[Song 1]** by *[Artist 1]*
...
**[Song N]** by *[Artist N]*
If there is no songs up next, the output could be:
I'm playing **[Song]** by *[Artist]*.
After that, I will play:
**[Song 1]** by *[Artist 1]*
...
**[Song N]** by *[Artist N]*
The response to
queue
should be the currently playing song, what is currently called queue, and what the next X songs in the playlist after up next.For example, the output could be:
If there is no songs up next, the output could be: