Fix server info
This commit is contained in:
		
							parent
							
								
									e445bb1ec0
								
							
						
					
					
						commit
						b496340e43
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -26,6 +26,8 @@ exports.run = (client, message) => {
 | 
			
		|||
  content = `**ID:** ${guild.id}\n**Owner:** ${guild.owner}\n**Region:** ${guild.region}\n**Verification Level:** ${vlvl}\n**Members:** ${guild.memberCount}\n**Roles:** ${roleCount}\n**Channels:** ${chanCount}\n**Created:** ${guild.createdAt}${eListOutput}`;
 | 
			
		||||
  if (content.length > 2048) {
 | 
			
		||||
    eListOutput = "";
 | 
			
		||||
 | 
			
		||||
    content = `**ID:** ${guild.id}\n**Owner:** ${guild.owner}\n**Region:** ${guild.region}\n**Verification Level:** ${vlvl}\n**Members:** ${guild.memberCount}\n**Roles:** ${roleCount}\n**Channels:** ${chanCount}\n**Created:** ${guild.createdAt}`;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  let embed = new Discord.RichEmbed()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue