mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Initial command structure for bot
This commit is contained in:
		@@ -293,3 +293,9 @@ class DatabaseInterface(object):
 | 
			
		||||
                        db.session.add(dbusr)
 | 
			
		||||
                if changed:
 | 
			
		||||
                    session.commit()
 | 
			
		||||
 | 
			
		||||
    async def ban_unauth_user_by_query(self, query):
 | 
			
		||||
        async with threadpool():
 | 
			
		||||
            with self.get_session() as session:
 | 
			
		||||
                pass
 | 
			
		||||
                #dbusr = session.query()
 | 
			
		||||
		Reference in New Issue
	
	Block a user