let activities = {
activity1: [
{
name: "listen on spotify",
song_list: {
song_1: "abc",
song_2: "bcd",
},
id: 1,
},
{
name: "listen music through bot",
song_list: {
song_1: "wxy",
song_2: "xyz",
},
id: 2,
},
],
};
abc
xyz
problem provider : https://drive.google.com/file/d/1oRju8zbVD3O3oyntU0gPfW9-bp8R11lk/view