utility.banner: fix name being undefined
This commit is contained in:
		
							parent
							
								
									1a4bc75bd0
								
							
						
					
					
						commit
						a7e1492321
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -255,7 +255,7 @@ banner.callback = async function (msg, line) {
 | 
				
			||||||
  return {
 | 
					  return {
 | 
				
			||||||
    embeds: [
 | 
					    embeds: [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        title: `Banner for \`${user.tag}\``,
 | 
					        title: `Banner for \`${user.username}#${user.discriminator}\``,
 | 
				
			||||||
        url,
 | 
					        url,
 | 
				
			||||||
        image: {
 | 
					        image: {
 | 
				
			||||||
          url,
 | 
					          url,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue