discord.js/src/structures
2019-08-21 12:52:35 +01:00
..
interfaces feat(Collector): allow collectors to be consumed by for-await-of loops (#3269) 2019-08-17 17:57:45 +02:00
APIMessage.js refactor(Util.escapeMarkdown): allow separate escaping and add tests (#3241) 2019-07-11 22:08:40 +02: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 src: add news and store channels, and missing guild props (#3168) 2019-05-03 17:08:07 +02:00
ClientApplication.js fix(ClientApplication): fix ternaries 2019-06-26 20:19:05 +02:00
ClientPresence.js docs: document constructors of extendible structures (#3160) 2019-04-14 14:50:55 +02:00
ClientUser.js fix(ClientUser): lint 2019-04-28 13:14:26 +02:00
DMChannel.js docs: document constructors of extendible structures (#3160) 2019-04-14 14:50:55 +02:00
Emoji.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Guild.js src: alphabetize guild features and make sure they're up to date (#3441) 2019-08-21 12:52:35 +01:00
GuildAuditLogs.js feat: throw custom error for uncached Guild#me (#3271) 2019-05-25 13:50:32 +02:00
GuildChannel.js docs(TextChanne): specify unit of rateLimitPerUser (#3272) 2019-05-15 22:33:27 +02:00
GuildEmoji.js feat: add support for premium guilds (#3316) 2019-06-05 21:34:33 +02:00
GuildMember.js feat: add support for premium guilds (#3316) 2019-06-05 21:34:33 +02:00
Integration.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Invite.js feat(Invite): add targetUser(Type) (#3262) 2019-08-17 20:31:04 +02:00
Message.js fix(Message): delete method caused messageDelete event to fire twice (#3252) 2019-08-17 19:33:03 +02: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): resolve color in embed constructor (#2912) 2019-04-15 20:46:59 +02:00
MessageMentions.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
MessageReaction.js docs: document constructors of extendible structures (#3160) 2019-04-14 14:50:55 +02:00
NewsChannel.js src: add news and store channels, and missing guild props (#3168) 2019-05-03 17:08:07 +02:00
PermissionOverwrites.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Presence.js docs(Presence): document client property (#3342) 2019-06-12 21:54:12 +02: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 docs: document constructors of extendible structures (#3160) 2019-04-14 14:50:55 +02:00
StoreChannel.js src: add news and store channels, and missing guild props (#3168) 2019-05-03 17:08:07 +02:00
Team.js refactor(TeamMember): remove client from constructor (#3409) 2019-08-17 18:24:16 +02:00
TeamMember.js refactor(TeamMember): remove client from constructor (#3409) 2019-08-17 18:24:16 +02:00
TextChannel.js docs(TextChanne): specify unit of rateLimitPerUser (#3272) 2019-05-15 22:33:27 +02:00
User.js docs: document constructors of extendible structures (#3160) 2019-04-14 14:50:55 +02:00
VoiceChannel.js voice: remove Guild.voiceConnection and VoiceChannel.connection 2019-04-29 19:29:16 +01:00
VoiceRegion.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
VoiceState.js Add ability to kick members from VoiceChannels and remove duplicated methods (#3242) 2019-05-04 16:46:42 +01:00
Webhook.js src: Update Webhook#sendSlackMessage to be accurate with what the API returns (#3429) 2019-08-19 21:02:33 +01:00