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