fix: Document
n+1
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -142,12 +142,12 @@ class Modal {
 | 
				
			|||||||
   * @example
 | 
					   * @example
 | 
				
			||||||
   * // With Event
 | 
					   * // With Event
 | 
				
			||||||
   * client.on('interactionModalCreate', modal => {
 | 
					   * client.on('interactionModalCreate', modal => {
 | 
				
			||||||
   * 	modal.reply('guildId', 'channelId', {
 | 
					   *  modal.reply('guildId', 'channelId', {
 | 
				
			||||||
   * 		customId: 'code',
 | 
					   *    customId: 'code',
 | 
				
			||||||
   * 		value: '1+1'
 | 
					   *    value: '1+1'
 | 
				
			||||||
   * 	}, {
 | 
					   *  }, {
 | 
				
			||||||
   *    customId: 'message',
 | 
					   *    customId: 'message',
 | 
				
			||||||
   * 		value: 'hello'
 | 
					   *    value: 'hello'
 | 
				
			||||||
   *  })
 | 
					   *  })
 | 
				
			||||||
   * })
 | 
					   * })
 | 
				
			||||||
   */
 | 
					   */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user