mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Update bot.py
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c07553f5fb
						
					
				
				
					commit
					b044a5f4f8
				
			@@ -15,7 +15,7 @@ import json
 | 
				
			|||||||
import traceback
 | 
					import traceback
 | 
				
			||||||
 | 
					
 | 
				
			||||||
intents = discord.Intents.default()
 | 
					intents = discord.Intents.default()
 | 
				
			||||||
intents.members = True
 | 
					intents.members = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Titan(discord.AutoShardedClient):
 | 
					class Titan(discord.AutoShardedClient):
 | 
				
			||||||
    def __init__(self, shard_ids=None, shard_count=None):
 | 
					    def __init__(self, shard_ids=None, shard_count=None):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user