mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Guild stringed only has guild_id
This commit is contained in:
		@@ -33,7 +33,7 @@ class Guilds(db.Model):
 | 
			
		||||
        self.mentions_limit = -1 # -1 = unlimited mentions
 | 
			
		||||
 | 
			
		||||
    def __repr__(self):
 | 
			
		||||
        return '<Guilds {0} {1}>'.format(self.id, self.guild_id)
 | 
			
		||||
        return '<Guilds {0}>'.format(self.guild_id)
 | 
			
		||||
 | 
			
		||||
    def set_unauthUsersBool(self, value):
 | 
			
		||||
        self.unauth_users = value
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user