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
|
* @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'
|
||||||
* })
|
* })
|
||||||
* })
|
* })
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user