mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Fill Discord member list with error if it has any before bailing
This commit is contained in:
		@@ -861,8 +861,10 @@
 | 
			
		||||
 | 
			
		||||
    function fill_discord_members(discordmembers) {
 | 
			
		||||
        if (!discord_users_list_enabled) {
 | 
			
		||||
            if (discordmembers.length == 0 || discordmembers[0].id != 0) {
 | 
			
		||||
                return;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        discord_users_list = discordmembers;
 | 
			
		||||
        var template = $('#mustache_authedusers').html();
 | 
			
		||||
        Mustache.parse(template);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user