| 
					
				 | 
			
			
				@@ -18,7 +18,8 @@ python3 -m venv "$venv_name"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Other systems may require a different path. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "python_virtual_environment=\"$(pwd)/$venv_name/bin\";" >> "$configuration_file"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "python_script=\"$this_script_directory/ciclopibot/bot.py\";" >> "$configuration_file"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-read -r "Enter a valid Telegram bot token           " bot_token; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+echo "Enter a valid Telegram bot token"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+read bot_token; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 echo "bot_token = \"$bot_token\"" >> "$passwords_file"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Run bot 
			 |