mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43: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:
@@ -370,8 +370,8 @@ exports.MessageNotificationTypes = [
|
||||
|
||||
exports.UserSettingsMap = {
|
||||
/**
|
||||
* Automatically convert emoticons in your messages to emoji
|
||||
* For example, when you type `:-)` Discord will convert it to 😃
|
||||
* Automatically convert emoticons in your messages to emoji,
|
||||
* for example when you type `:-)` Discord will convert it to 😃
|
||||
* @name ClientUserSettings#convertEmoticons
|
||||
* @type {boolean}
|
||||
*/
|
||||
@@ -434,7 +434,7 @@ exports.UserSettingsMap = {
|
||||
inline_attachment_media: 'inlineAttachmentMedia',
|
||||
|
||||
/**
|
||||
* Display images, videos, and lolcats when uploaded posted as links in chat
|
||||
* Display images, videos, and lolcats when posted as links in chat
|
||||
* @name ClientUserSettings#inlineEmbedMedia
|
||||
* @type {boolean}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user