mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Various documentation adjustments (#2001)
* docs(various): Add "at" to createdAt description * docs(Client): Adjust to fit with guilds property * docs(various): Adjust phrasing & fix typos * docs(various): Clarifications * docs(Permissions): fix numerus * docs(DataStore): capitalize DataStore * docs(various): Formatting changes * docs(Presence): Expand RichPresenceAssets docs * Add space
This commit is contained in:
@@ -95,7 +95,7 @@ class Invite extends Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* The time the invite was created
|
||||
* The time the invite was created at
|
||||
* @type {Date}
|
||||
* @readonly
|
||||
*/
|
||||
@@ -113,7 +113,7 @@ class Invite extends Base {
|
||||
}
|
||||
|
||||
/**
|
||||
* The time the invite will expire
|
||||
* The time the invite will expire at
|
||||
* @type {Date}
|
||||
* @readonly
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user