mirror of
				https://gitlab.com/ddorn/tfjm-discord-bot.git
				synced 2025-11-04 16:42:29 +01:00 
			
		
		
		
	Add member intents
This commit is contained in:
		@@ -15,7 +15,7 @@ tirages = {}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def start():
 | 
			
		||||
    bot = CustomBot(("! ", "!"), case_insensitive=True, owner_id=DIEGO)
 | 
			
		||||
    bot = CustomBot(("! ", "!"), case_insensitive=True, owner_id=DIEGO, intents=Intents.all())
 | 
			
		||||
 | 
			
		||||
    @bot.event
 | 
			
		||||
    async def on_ready():
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user