I want to make a Discord Bot and I am stuck at one thing: I have a music queue, and i only want to delete the first song from it, but the queue is 2 rows deep.
[['url': '...', 'title': '...']['url2': '...','title2': '...']]
I only want to pop the first part, so in the end its
[['url2': '...','title2': '...']]
Ive searched through many Forums but didnt find an answer. Can anyone please help?? Thanks!