iam making a bot for discord using python i made a command something like this :
async def jorat(ctx): await ctx.send(random.choice(jorat))
H