lib.utils: fix selection messages interactions
This commit is contained in:
		
							parent
							
								
									94f86eeb7b
								
							
						
					
					
						commit
						4f8a62e9c3
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -179,9 +179,9 @@ async function selectionMessage(
 | 
			
		|||
        components: [
 | 
			
		||||
          {
 | 
			
		||||
            type: 3,
 | 
			
		||||
            customID: msg.id,
 | 
			
		||||
            custom_id: msg.id,
 | 
			
		||||
            options: [],
 | 
			
		||||
            maxValues: maxItems,
 | 
			
		||||
            max_values: maxItems,
 | 
			
		||||
          },
 | 
			
		||||
        ],
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -192,7 +192,7 @@ async function selectionMessage(
 | 
			
		|||
            type: 2,
 | 
			
		||||
            style: 4,
 | 
			
		||||
            label: "Cancel",
 | 
			
		||||
            customID: "cancel",
 | 
			
		||||
            custom_id: "cancel",
 | 
			
		||||
          },
 | 
			
		||||
        ],
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue