Update main.py
This commit is contained in:
		
							
								
								
									
										1
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								main.py
									
									
									
									
									
								
							@@ -23,6 +23,7 @@ class App(discord.Client):
 | 
				
			|||||||
    def __init__(self):
 | 
					    def __init__(self):
 | 
				
			||||||
        super().__init__(intents=intents)
 | 
					        super().__init__(intents=intents)
 | 
				
			||||||
        self.tree = app_commands.CommandTree(client=self)
 | 
					        self.tree = app_commands.CommandTree(client=self)
 | 
				
			||||||
 | 
					        print('Running')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    async def setup_hook(self) -> None:
 | 
					    async def setup_hook(self) -> None:
 | 
				
			||||||
        return
 | 
					        return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user