@bot.command() async def voto(ctx, id, num_people): msg = ctx.fetch_message(id) winners = [] total_users = [] reactions = msg.reactions for react