Update 'start.py'
This commit is contained in:
		
							parent
							
								
									1aacb2ca3e
								
							
						
					
					
						commit
						37936e8b5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								start.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								start.py
									
										
									
									
									
								
							| 
						 | 
					@ -6,7 +6,7 @@ import subprocess
 | 
				
			||||||
# Replace 'YOUR_API_TOKEN' with your actual Telegram Bot API token
 | 
					# Replace 'YOUR_API_TOKEN' with your actual Telegram Bot API token
 | 
				
			||||||
bot = telebot.TeleBot("TOKEN GOES HERE")
 | 
					bot = telebot.TeleBot("TOKEN GOES HERE")
 | 
				
			||||||
dldir = "/WHERE/TO/PUT/THE/MUSIC"
 | 
					dldir = "/WHERE/TO/PUT/THE/MUSIC"
 | 
				
			||||||
workingdir = "WHERE/IS/THE/PYTHON/VENV"
 | 
					workingdir = "/WHERE/IS/THE/PYTHON/VENV"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Get the current day of the month
 | 
					# Get the current day of the month
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue