discord.js/src/structures
2019-06-12 21:54:12 +02:00
..
interfaces src: Replace instanceof Array checks with Array.isArray and instanceof Buffer with Buffer.isBuffer (#3227) 2019-04-29 17:49:41 +01:00
APIMessage.js src: Replace instanceof Array checks with Array.isArray and instanceof Buffer with Buffer.isBuffer (#3227) 2019-04-29 17:49:41 +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 src: add news and store channels, and missing guild props (#3168) 2019-05-03 17:08:07 +02:00
ClientApplication.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06: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 docs(Guild): add missing features (#3336) 2019-06-08 10:38:45 +02: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: throw custom error for uncached Guild#me (#3271) 2019-05-25 13:50:32 +02:00
Message.js fix(Message#pinnable): you can't pin system messages (#3279) 2019-05-18 19:02:23 +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
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: Replace instanceof Array checks with Array.isArray and instanceof Buffer with Buffer.isBuffer (#3227) 2019-04-29 17:49:41 +01:00