mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Fix typo in MessageSearchOptions typedef (#1068)
This commit is contained in:
parent
add3c1a8ee
commit
f76b47184a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const long = require('long');
|
|||
* @property {string} [embedProvider] The name of an embed provider
|
||||
* @property {string} [embedType] one of `image`, `video`, `url`, `rich`
|
||||
* @property {string} [attachmentFilename] The name of an attachment
|
||||
* @property {string} [attachmentExtention] The extension of an attachment
|
||||
* @property {string} [attachmentExtension] The extension of an attachment
|
||||
* @property {Date} [before] Date to find messages before
|
||||
* @property {Date} [after] Date to find messages before
|
||||
* @property {Date} [during] Date to find messages during (range of date to date + 24 hours)
|
||||
|
|
|
|||
Loading…
Reference in a new issue