fix: Document

n+1
This commit is contained in:
March 7th 2022-06-14 00:07:36 +07:00
parent e99dcedbd3
commit a318a40880
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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'
* }) * })
* }) * })
*/ */