I am trying to make a discord bot which gives Google drive sharable link using slash command
When I type "/bot notes" it should display these choices
sub= ["ac","cal","emi","pc"]
it should display these sub choices for respective items
ac=["cat1","cat2","cb1","cb2"]
and similarly for others too it should display the sub chioces after choosing any sub command the bot should give the link. But the problem is that how should I use slash command and provide choices and sub-choices ?