I would like to select one random update.message from that list when the music funtion is called. I assume I should store all the links outside of the update.message so it doesnt send all 3 at the call of music
def music(bot, update):
update.message.reply_text("https://www.youtube.com/watch?v=XErrOJGzKv8")
update.message.reply_text("https://www.youtube.com/watch?v=hHW1oY26kxQ")
update.message.reply_text("https://www.youtube.com/watch?v=RmHg6BP5D8g")