implemented DM when it's time to BeReal.
This commit is contained in:
		@@ -24,7 +24,7 @@ class Database:
 | 
			
		||||
 | 
			
		||||
    def get_subscribers(self):
 | 
			
		||||
        cursor = db.cursor()
 | 
			
		||||
        cursor.execute("SELECT user_id FROM subscribers")
 | 
			
		||||
        cursor.execute("SELECT * FROM subscribers")
 | 
			
		||||
        result = cursor.fetchall()
 | 
			
		||||
        return [Subscriber(id=row[0], user_id=row[1], since=row[2]) for row in result]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user