Commit Graph

  • ccd60438df feat(Collector): add idle option (#3746) SpaceEEC 2020-02-01 18:23:57 +01:00
  • fbcd363ec9 fix(Voice*): fix speaking event and voice receive (#3749) SpaceEEC 2020-01-31 22:37:11 +01:00
  • 6d7e1e4953 fix: remove for..in in favor of Object.keys (#3745) SpaceEEC 2020-01-31 12:38:47 +01:00
  • 6a381c68a2 chore(README): update link to Discord.js guide v12 changes (#3751) PLASMAchicken 2020-01-31 12:38:10 +01:00
  • 8e9e93da1d docs(Guild): fetchBan returns a promise (#3752) Jyguy 2020-01-29 12:54:10 -05:00
  • 030d263a9e feat(MessageReaction): add remove method and Client#messageReactionRemoveEmoji (#3723) BorgerKing 2020-01-25 14:00:53 -05:00
  • ab7f9e80b4 feat(MessageReaction): backport removeAll and MessageReactionRemoveEmoji event (#3741) Ryan Munro 2020-01-26 01:36:35 +11:00
  • d8b4725caa fix(TextChannel#bulkDelete): use GenericAction#getMessage to handle return value correctly (#3664) Ryan Munro 2020-01-26 01:27:39 +11:00
  • 6b297b8776 chore: bump version to 11.6.0-dev (#3731) PLASMAchicken 2020-01-25 15:09:30 +01:00
  • 3ea9ac57dd fix(ClientUser): verified and enabled properties resetting (#3733) Sugden 2020-01-25 14:08:25 +00:00
  • 90aa5b3500 feat(GuildMemberStore): make timeout refresh after every GUILD_MEMBERS_CHUNK (#3645) BorgerKing 2020-01-24 11:08:40 -05:00
  • b81f771007 cleanup: fix deepscan issues (#3740) Gryffon Bellish 2020-01-24 10:58:23 -05:00
  • 099a1a47e8 fix(*Collector): always run postCheck, remove 'translatation' of message collector options (#3718) SpaceEEC 2020-01-24 16:56:04 +01:00
  • 30adb378fc feat(Webhook): backport missing properties (#3710) SpaceEEC 2020-01-24 16:52:52 +01:00
  • 88b675d38a feat(MessageReaction): backport animated, client, created*, and url (#3711) SpaceEEC 2020-01-24 16:50:16 +01:00
  • 4ca18647ba feat(MessageAttachment): add spoiler getter (#3713) SpaceEEC 2020-01-24 16:45:52 +01:00
  • a505a55e03 fix(RichPresenceAssets): add Twitch preview link for largeImageURL (#3715) SpaceEEC 2020-01-24 16:43:16 +01:00
  • 903f6ca75f fix: only setMaxListeners when max listeners is not 0 (#3716) SpaceEEC 2020-01-24 16:41:37 +01:00
  • 929ff9ccd0 feat(Client): add support for INVITE_CREATE and INVITE_DELETE events (#3720) BorgerKing 2020-01-24 10:38:26 -05:00
  • 40afbc1d7e feat(Client): backport INVITE_CREATE and INVITE_DELETE events (#3728) Ryan Munro 2020-01-25 02:34:59 +11:00
  • 17237c70c8 typings(TextChannel): topic can be null (#3687) Ryan Munro 2020-01-25 02:33:19 +11:00
  • c779fe3670 feat(Guild): add fetchBan method (#3726) Sugden 2020-01-24 14:29:53 +00:00
  • 63293fe14d chore(License): bump license year (#3734) Carter 2020-01-22 01:21:43 -07:00
  • 464ef25898 fix(ClientDataResolver): return a user in resolveUser when passing guild (#3719) SpaceEEC 2020-01-20 22:02:28 +01:00
  • 877577badc typings(RichPresenceAssets): *ImageURL's options are optional (#3727) Sugden 2020-01-20 21:02:02 +00:00
  • d8419ac2c7 docs(MessageMentions): backport mention order notice (#3712) Souji 2020-01-19 13:09:33 +01:00
  • c5d2b96524 fix(VoiceConnection): use Client#clearTimeout to clear timeouts (#3709) SpaceEEC 2020-01-19 13:08:49 +01:00
  • 01826aeefe feat(Guild): add setBanner method and banner to edit (#3708) SpaceEEC 2020-01-19 13:07:09 +01:00
  • 6302afb84b docs(MessageMentions): channels are actually in order (#3705) SpaceEEC 2020-01-19 13:06:21 +01:00
  • f501d06c0d fix(Presence): account for multiple activities everywhere (#3703) SpaceEEC 2020-01-19 13:05:45 +01:00
  • 0f49d67e2e feat(Message/Mentions): implement caching of members (#3684) Ryan Munro 2020-01-19 22:27:57 +11:00
  • cbb8db3058 feat(Collectors): make collectors auto-stop when relevant structures are deleted (#3632) BorgerKing 2020-01-19 05:24:55 -05:00
  • 6ab46491c8 Add internal support for @discordjs/opus to v11 (#3700) Amish Shah 2020-01-17 20:58:49 +00:00
  • 69c79a4136 typings/docs(GuildEmoji): id isn't nullable (#3694) Gryffon Bellish 2020-01-17 14:11:14 -05:00
  • 6a0fe467e5 docs: replace all occurances of node-opus with @discordjs/opus (#3698) Crawl 2020-01-16 14:10:48 +01:00
  • d096e40f6f feat/fix: use updated eslint action (#3699) Crawl 2020-01-16 12:59:03 +01:00
  • d77229f423 chore: ffmpeg package in the voice doc (#3697) Helmasaur 2020-01-16 12:57:20 +01:00
  • 7f99be739a docs(MessageMentions): add sort order notice (#3693) Souji 2020-01-14 11:28:19 +01:00
  • 75fe1faf2f Remove BroadcastAudioPlayer from typings (#3692) Gryffon Bellish 2020-01-13 17:45:58 -05:00
  • 629c57f890 fix: regression (changing voice servers) Amish Shah 2020-01-13 22:29:05 +00:00
  • 36c0496ea5 fix(Guild): assign GuildMember#selfStream, if present, when adding a member SpaceEEC 2020-01-13 21:43:42 +01:00
  • ee0b7c155a feat(Presence): add support for multiple activities (#3661) SpaceEEC 2020-01-13 21:28:29 +01:00
  • 07996d12a2 feat(Constants): backport VerificationLevels and missing APIError codes (#3688) Ryan Munro 2020-01-14 06:47:56 +11:00
  • c23cc7a42e src: Cleanup event listeners on WebSocket connections (#3681) Vlad Frangu 2020-01-13 20:53:07 +02:00
  • 684bb1bf36 src: Remove _trace from different places in the WS (#3679) Vlad Frangu 2020-01-13 19:54:15 +02:00
  • 45cd58b68c types(VoiceBroadcast): add subscribers property (#3677) Ayyan Lewis 2020-01-13 21:01:16 +04:00
  • 53a1f8fcd4 refactor: Remove util alias export (#3691) Antonio Román 2020-01-13 17:16:22 +01:00
  • 62afafdbe9 typings: Fixed build error (#3689) Antonio Román 2020-01-13 16:48:49 +01:00
  • 8014ddcd1c feat: dynamic property for ImageURLOptions (#3530) Tenpi 2020-01-13 09:32:29 -05:00
  • 400cb56358 fix(ShardingManager): assert shardList to be spawned, not totalShards (#3649) SpaceEEC 2020-01-13 15:12:18 +01:00
  • 11f9118551 fix(BitField): remove for..in in favor of Object.entries (#3650) SpaceEEC 2020-01-13 15:07:54 +01:00
  • 59205a2152 fix: provide count on bulk deletion (#3682) Souji 2020-01-13 15:02:31 +01:00
  • f6d1db6a24 Backport documentation fixes (#3683) Ryan Munro 2020-01-14 01:00:13 +11:00
  • b5825c33b0 feat(Speaking): add PRIORITY_SPEAKING bit (#3680) SpaceEEC 2020-01-13 14:58:40 +01:00
  • 5556b05241 src: add deprecation warning related to removel of uws (#3648) Vlad Frangu 2020-01-12 16:16:27 +02:00
  • f74ae12d6a fix(typings): remove VoiceChannel#connection (#3676) didinele 2020-01-11 21:42:01 +02:00
  • a53d86579b typings(BaseClient): remove delay parameter from setImmediate (#3667) Saya 2020-01-10 06:14:55 +08:00
  • fbe9bc499b feat(Webhook): add ability to change channel and specify reason to edit (#3587) SpaceEEC 2020-01-05 18:34:00 +01:00
  • d1d0d75d4a fix(ChannelDelete): mark messages of a deleted channel as deleted (#3572) SpaceEEC 2020-01-05 18:29:14 +01:00
  • 367c80070f feat(Permissions): add any method (#3571) SpaceEEC 2020-01-05 18:24:08 +01:00
  • cbabc1663c fix(Voice*): internally disconnect and cleanup when forcibly disconnected (#3597) SpaceEEC 2020-01-05 18:10:20 +01:00
  • d2ef02906c cleanup(DataResolver): stats can't be falsy (#3651) Gryffon Bellish 2020-01-05 11:45:16 -05:00
  • 6af0da1043 feat(Partials): add DMChannel/MessageReaction#fetch() and PartialTypes.REACTION (#3474) izexi 2020-01-05 15:45:49 +00:00
  • bf31b28ad9 feat(RichPresenceAssets): add Twitch preview link for largeImageURL (#3655) tipakA 2020-01-05 00:50:38 +01:00
  • 155b682f6c typings(GuildEmoji): make url not-nullable (#3656) Jyguy 2020-01-04 17:23:01 -05:00
  • c734979ad4 typings(ShardingManager): add options.shardList (#3657) Cadence Fish 2020-01-04 01:53:27 +13:00
  • 97eac663b3 feat(MessageMentions): cache mentioned members (#3601) SpaceEEC 2019-12-27 19:28:04 +01:00
  • e660ea90cc fix(Webhook): edit channel when editing avatar (#3588) SpaceEEC 2019-12-27 19:27:48 +01:00
  • ea76a56639 feat(Webhook): add type property and created* getters (#3585) SpaceEEC 2019-12-27 19:27:34 +01:00
  • fc27ce1a15 typings(Bitfield): add hasParams to toArray, fix serialize's type (#3579) SpaceEEC 2019-12-27 19:26:41 +01:00
  • 50ed3293a5 chore: issue config refactor (#3640) NightScript 2019-12-24 18:29:19 -08:00
  • d4333f5bbe chore: node version in package.json (#3643) Gryffon Bellish 2019-12-24 21:28:09 -05:00
  • 45b8971000 deps: mark utf-8-validate as optional, remove mentions of uws and zucc (#3638) Gryffon Bellish 2019-12-23 17:01:07 -05:00
  • 710101c580 src(WebSocket): fix race condition (#3636) Vlad Frangu 2019-12-22 11:31:26 +02:00
  • b4f00bfb6b feat: widen GuildResolvable to include more structures (#3512) Antonio Román 2019-12-21 21:28:09 +01:00
  • f578cce9ac feat(Guild): add systemChannelFlags (#3559) ottomated 2019-12-21 12:27:14 -08:00
  • e13b3f550d typings: TextChannel.topic & NewsChannel.topic should be nullable (#3628) Charlie 2019-12-21 21:12:35 +01:00
  • 99e8d3c540 cleanup: remove acknowledge method from TextChannel & DMChannel (#3635) Sugden 2019-12-21 19:32:24 +00:00
  • 7d74e7e419 typings(Extendable): add missing channels (#3581) SpaceEEC 2019-12-20 11:58:46 +01:00
  • 5519d6fbaa src: sharding cleanup and checkReady rewrite (#3393) Vlad Frangu 2019-12-15 21:45:27 +02:00
  • f56b442e83 typings(Bitfield): use IterableIterator instead of Iterator (#3599) Gryffon Bellish 2019-12-15 14:26:09 -05:00
  • 43782839ec feat: add new MessageFlags.FLAGS & User#system (#3603) izexi 2019-12-15 19:23:06 +00:00
  • 330d5db586 feat(Webhook): addition of Webhook#avatarURL function (#3625) Carter 2019-12-15 12:20:15 -07:00
  • 123713305a docs(ReactionStore): resolveID takes a reaction, not role (#3617) BorgerKing 2019-12-08 13:52:03 -05:00
  • 4585d965b4 Start/Stop speaking events on UDP packets (#3578) sillyfrog 2019-12-06 21:59:57 +10:00
  • bb8333a4f9 Handle voice errors outside of authenticated event (#3520) Clemens E 2019-12-06 12:56:29 +01:00
  • 2ca74d6b63 feat(Activity): support for CUSTOM_STATUS activity type (#3353) Jeroen Claassens 2019-12-05 13:13:42 +01:00
  • 1b1289b35e misc(index): export Store- and NewsChannel (#3594) BannerBomb 2019-11-25 10:17:30 -05:00
  • 100360705a fix(APIRouter): use proper symbol for util.inspect (#3589) Gryffon Bellish 2019-11-20 12:11:23 -05:00
  • cbde819b6a typings(GuildAuditLogsFetchOptions): specify concrete type of 'type' property (#3586) Jyguy 2019-11-19 18:21:47 -05:00
  • d39f17925d fix(Invite): fix valueOf returning undefined (#3582) Gryffon Bellish 2019-11-19 15:54:35 -05:00
  • 1bcc0c2e1d feat(GuildAuditLogs): add new event types (#3584) Carter 2019-11-19 13:51:26 -07:00
  • 1d6606293a docs(Client): clarify whose ToS are being violated (#3580) λtlas 2019-11-19 15:50:46 -05:00
  • 1352bff2fd docs(README): link to guide page instead of source (#3566) Edward Wang 2019-11-09 11:52:55 -08:00
  • 9a31e6e53a docs(README): travis badge => github actions badge (#3569) Carter 2019-11-09 12:52:06 -07:00
  • 38d370fb18 feat(MessageAttachment): add spoiler property (#3561) matthewfripp 2019-11-04 13:44:36 +00:00
  • cc466fa4b9 docs: NewsChannel and StoreChannel (#3557) Jiralite 2019-11-04 10:35:14 +00:00
  • 99466a99ed typings(Util): use StringResolvable (fixes old pull) (#3556) Purpzie 2019-11-04 04:33:42 -06:00
  • e26697f07d docs(readme): table of contents (#3539) Albus Dumbledore 2019-11-04 15:59:19 +05:30
  • 2e20e8092b fix(*Collector): account for a max listener count of 0 (#3504) SpaceEEC 2019-11-04 11:25:43 +01:00