I'm looking for a simple way to shuffle a list in Ubot. What I'm wanting to do is randomly pick from a big list of hashtags, without choosing the same hashtag more than once. Seems the easiest solution would be to shuffle the hashtag list and then grab the first x number of tags. Perhaps someone has already done this before or perhaps there is a better way to do this. Thanks!