discord.js/src/structures
bdistin 1673b6f8f5 fix(APIMessage): edit shouldn't remove content (#3129)
* edit shouldn't remove content

If undefined is passed to the api, content isn't removed in such a case where you are only editing the embed.

* fix a related doc string

* update typings

* requested changes
2019-03-08 17:57:59 +01:00
..
interfaces chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
APIMessage.js fix(APIMessage): edit shouldn't remove content (#3129) 2019-03-08 17:57:59 +01:00
Base.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
CategoryChannel.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Channel.js Partials (#3070) 2019-02-13 17:39:39 +00:00
ClientApplication.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
ClientPresence.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
ClientUser.js Partials (#3070) 2019-02-13 17:39:39 +00:00
DMChannel.js Partials (#3070) 2019-02-13 17:39:39 +00:00
Emoji.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Guild.js Partials (#3070) 2019-02-13 17:39:39 +00:00
GuildAuditLogs.js Partials (#3070) 2019-02-13 17:39:39 +00:00
GuildChannel.js fix: ensure VIEW_CHANNEL permissions before trying to join (#3046) 2019-02-10 15:21:59 +00:00
GuildEmoji.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
GuildMember.js docs(GuildMember): add missing @name to document user property 2019-02-14 11:19:05 +01:00
Integration.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Invite.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Message.js fix(APIMessage): edit shouldn't remove content (#3129) 2019-03-08 17:57:59 +01:00
MessageAttachment.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
MessageCollector.js Partials (#3070) 2019-02-13 17:39:39 +00:00
MessageEmbed.js feat(MessageEmbed): add missing proxyURL property to video (#3109) 2019-02-24 09:27:57 +01:00
MessageMentions.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
MessageReaction.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
PermissionOverwrites.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Presence.js feat: Presence#clientStatus (#2997) 2019-02-02 20:29:47 +01:00
ReactionCollector.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
ReactionEmoji.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Role.js fix(Role): proper undefined check for data.permission when editing 2019-03-02 21:58:40 +01:00
TextChannel.js cleanup: remove unused members of classes (#3078) 2019-02-11 20:33:13 +01:00
User.js refactor(User): avoid invoking dmChannel getter more than once per method (#3108) 2019-02-24 09:37:10 +01:00
VoiceChannel.js fix: ensure VIEW_CHANNEL permissions before trying to join (#3046) 2019-02-10 15:21:59 +00:00
VoiceRegion.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
VoiceState.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Webhook.js docs(Webhook): add mising '@name' to Webhook#token's docstring 2018-12-30 12:52:33 +01:00