discord.js/src/structures
Sugden e4f567c65e
refactor(GuildChannel): change overwritePermisions to accept an… (#3853)
* refactor(GuildChannel): change overwritePermisions to no longer accept an object

* fix: check for instanceof Collection too
2020-02-29 14:19:21 +01:00
..
interfaces refactor: add some more consistency (#3842) 2020-02-28 18:02:51 +01:00
APIMessage.js feat: replace disableEveryone with disableMentions (#3830) 2020-02-26 11:13:23 +00:00
Base.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
CategoryChannel.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Channel.js feat(PartialGroupDMChannel): to support Invite#channel for group dms (#3786) 2020-02-22 13:25:27 +01:00
ClientApplication.js fix(ClientApplication): fix ternaries 2019-06-26 20:19:05 +02:00
ClientPresence.js refactor: remove unused error in catch statements (#3820) 2020-02-24 18:15:38 +01:00
ClientUser.js fix(ClientUser): verified and enabled properties resetting (#3733) 2020-01-25 15:08:25 +01:00
DMChannel.js cleanup(DMChannel): remove _cacheMessage (#3824) 2020-02-24 13:06:00 +01:00
Emoji.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Guild.js feat(GuildManager): Allow for more options for GuildManager.cre… (#3742) 2020-02-29 07:43:42 +01:00
GuildAuditLogs.js feat/fix(GuildAuditLogs): handle new event types (#3602) 2020-02-24 18:16:20 +01:00
GuildChannel.js refactor(GuildChannel): change overwritePermisions to accept an… (#3853) 2020-02-29 14:19:21 +01:00
GuildEmoji.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
GuildMember.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Integration.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Invite.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Message.js chore(deps): update deps and fix lint (#3833) 2020-02-24 23:14:31 +01:00
MessageAttachment.js docs/typings(MessageAttachment): mark spoiler as readonly, order spoiler in typings (#3714) 2020-02-24 13:03:02 +01:00
MessageCollector.js cleanup: fix deepscan issues (#3740) 2020-01-24 16:58:23 +01:00
MessageEmbed.js feat(MessageEmbed): re-introduce MessageEmbed#addField (#3850) 2020-02-28 17:58:52 +01:00
MessageMentions.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
MessageReaction.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
NewsChannel.js src: add news and store channels, and missing guild props (#3168) 2019-05-03 17:08:07 +02:00
PartialGroupDMChannel.js feat(PartialGroupDMChannel): to support Invite#channel for group dms (#3786) 2020-02-22 13:25:27 +01:00
PermissionOverwrites.js feat(GuildManager): Allow for more options for GuildManager.cre… (#3742) 2020-02-29 07:43:42 +01:00
Presence.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
ReactionCollector.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
ReactionEmoji.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
Role.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01: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 fix(TextChannel): remove old nsfw regex check (#3775) 2020-02-12 18:24:35 +01:00
User.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
VoiceChannel.js refactor(VoiceChannel): use Permissions.FLAGS in speakable (#3780) 2020-02-12 22:42:43 +01:00
VoiceRegion.js chore: add strict mode (#2974) 2018-12-03 15:19:10 -06:00
VoiceState.js feat: remove datastores and implement Managers (#3696) 2020-02-11 20:21:07 +01:00
Webhook.js feat: replace disableEveryone with disableMentions (#3830) 2020-02-26 11:13:23 +00:00