Commit Graph

  • 577636a46d src: fix random broken reconnects (#3233) Vlad Frangu 2019-04-27 10:25:24 +03:00
  • de79bba965 src: Fix type error in WebSocketShard#onError (#3231) Vlad Frangu 2019-04-24 17:53:41 +03:00
  • 7b531648e0 feat(GuildMemberStore) add options.count to prune (#3189) izexi 2019-04-23 20:59:52 +01:00
  • 39115c8acc fix(MessageCreateAction): remove redundant GuildMemberStore#add call SpaceEEC 2019-04-23 21:21:41 +02:00
  • 6a07715c1d fix(Guild): only update emojis when they are present in the payload SpaceEEC 2019-04-23 21:02:16 +02:00
  • 75cd260808 src: Don't use the GuildMemberRoleStore to patch the GuildMember _roles (#3226) Vlad Frangu 2019-04-23 21:44:02 +03:00
  • 3f6d08a499 fix(typings): Collection#find & findKey can return undefined (#3228) didinele 2019-04-23 19:47:42 +03:00
  • 23e6414420 fix: old objects not being cached (#3225) Amish Shah 2019-04-23 11:32:03 +01:00
  • c4b79571ba feat(Invite): add deletable getter (#3203) izexi 2019-04-22 08:24:32 +01:00
  • f7f4607b5f docs(faq): bump to node 10.0.0 (#3224) izexi 2019-04-22 08:09:06 +01:00
  • d1778772cd docs: update node version requirement, npm install links, add update guide (#3220) anandre 2019-04-21 06:47:09 -05:00
  • 01c708bc75 feat(Sharding): change waitForReady to spawnTimeout (#3080) Antonio Román 2019-04-21 13:34:09 +02:00
  • abd9d36816 feat(Util): resolve text parameter of splitMessage to a string (#3212) Purpzie 2019-04-21 02:38:09 -05:00
  • 52b4f09e58 fix(Structures): allow multiple extensions by checking prototype chain (#3217) Dragoteryx 2019-04-21 09:34:12 +02:00
  • 1514df0f87 fix: emit resume event, silent disconnects, error event param (#3192) Vlad Frangu 2019-04-21 10:32:16 +03:00
  • cde955c766 fix(PresenceUpdateAction): emit presences again (#3214) SpaceEEC 2019-04-19 08:49:17 +02:00
  • bccbb550b0 docs(Collector): specify the unit for CollectionOptions#time (#3219) Gryffon Bellish 2019-04-19 02:47:39 -04:00
  • 12e041bc2b typings(GuildChannel): add manageable getter SpaceEEC 2019-04-17 21:39:46 +02:00
  • b5320299f7 Only reset sessionID when close code is 1000 or 4006 (#3213) Deivu (Saya) 2019-04-17 21:32:57 +08:00
  • 39fd8fd645 fix(typings): remove duplicated Guild#defaultRole (#3211) izexi 2019-04-16 21:14:01 +01:00
  • 0b1176d9a1 chore(typings): declaring explicit nullable returns (#3134) izexi 2019-04-15 20:01:39 +01:00
  • 52bc5b0170 feat(MessageEmbed): resolve color in embed constructor (#2912) MoreThanTom 2019-04-15 19:46:59 +01:00
  • eb537b6f48 docs(WebSocketShard): mark non-nullable parameters as non-nullable (#3209) Vlad Frangu 2019-04-15 21:17:27 +03:00
  • d9a053df67 docs(Presence): add ClientPresenceStatus typedef (#3208) izexi 2019-04-15 13:41:37 +01:00
  • 3cd224dc76 docs(Collection): fix findKey jsdoc (#3204) izexi 2019-04-14 14:49:32 +01:00
  • 2af101efbb docs(faq): add a link to the guide, restructure a bit (#3082) danielnewell 2019-04-14 09:47:52 -04:00
  • cbb9b14950 test: add Webhook(Client) testing file (#2855) Isabella 2019-04-14 08:27:59 -05:00
  • 520810d484 feat(Util): add YELLOW to ColorResolvable (#3182) izexi 2019-04-14 13:58:33 +01:00
  • ca43919642 docs: document constructors of extendible structures (#3160) SpaceEEC 2019-04-14 14:50:55 +02:00
  • 5d10585af8 docs(Presence): add missing descriptions to clientStatus (#3127) izexi 2019-04-14 13:43:01 +01:00
  • 97c196ca6a docs(GuildEmoji): add @ name to requiresColons and managed properties SpaceEEC 2019-04-13 19:32:43 +02:00
  • 8da141637c fix end method in VoiceBroadcast (#3194) thomasxd24 2019-04-11 22:34:13 +02:00
  • 62cba2e148 docs(GuildChannel): fix setPosition's reason type (#3199) izexi 2019-04-11 09:10:31 +01:00
  • 266ac1c659 docs(Role): fix setPosition's reason type (#3198) anandre 2019-04-10 14:40:22 -05:00
  • 6be5051f92 typo(RequestHandler): fix spelling of 'requests' (#3196) Reseq64 2019-04-10 17:07:50 +02:00
  • 89e27e5071 src: Make broadcasts work again (#3190) Vlad Frangu 2019-04-08 19:29:19 +03:00
  • f479afca82 src: Fix TypeError (#3187) SpaceEEC 2019-04-08 14:21:48 +02:00
  • 70d4b4455b refactor(ClientVoiceManager): make public, remove Client#voiceConnections (#3186) Vlad Frangu 2019-04-08 15:20:53 +03:00
  • 923c945b4b fix(Guild): sort roles with the same position in the correct order (#3184) SpaceEEC 2019-04-08 14:06:50 +02:00
  • 152d2e88bd refactor(WebSocket): utilize URLSearchParams (#3185) izexi 2019-04-08 13:06:23 +01:00
  • 982f48ce6a src: Fix TypeError Vlad Frangu 2019-04-07 10:57:11 +03:00
  • 00eb7e325a fix(ApiRequest): filter out null query values SpaceEEC 2019-04-05 16:32:50 +02:00
  • bfab203934 fix(ShardingManager): do not spawn the last shard early SpaceEEC 2019-04-05 14:46:25 +02:00
  • 5e9bd786d1 refactor(APIRequest): utilize URLSearchParams (#3180) bdistin 2019-04-05 04:32:19 -05:00
  • c078682722 feat(Webhook): add url getter (#3178) izexi 2019-04-05 10:09:58 +01:00
  • bb92289e45 fix: remove GuildChannel fallback, and remove GuildChannel as extendable (#3165) bdistin 2019-04-03 16:02:19 -05:00
  • 089f65fd2a fix(RequestHandler): pass HTTPError pass path instead of route as path SpaceEEC 2019-04-03 22:45:51 +02:00
  • 32a432f4a5 cleanup(ShardClientUtil): rename id to ids SpaceEEC 2019-04-01 13:46:27 +02:00
  • 3f5161eb76 fix: Internal Sharding, this time fixed™ (#3140) Vlad Frangu 2019-04-01 10:43:45 +03:00
  • 4b6e8fcab5 typings(Collection): add missing thisArg to partition (#3167) Ryan Munro 2019-04-01 18:36:03 +11:00
  • 831f988fe2 typings(Collection): add typings for partition (#3166) Ryan Munro 2019-04-01 18:35:17 +11:00
  • 5cd6d8d380 feat(Guild): add fetchBan and withReasons to fetchBans (#3170) izexi 2019-04-01 08:07:52 +01:00
  • 04fa56d0c0 Improve structure extension errors Schuyler Cebulskie 2019-03-24 16:45:34 -04:00
  • b74a4356dd fix lint errors Amish Shah 2019-03-23 12:54:22 +00:00
  • 6adb0a6609 voice: add ability to delete broadcasts Amish Shah 2019-03-23 12:52:18 +00:00
  • 9a092b6e57 voice: rename createVoiceBroadcast to createBroadcast Amish Shah 2019-03-23 12:37:55 +00:00
  • c8225631c9 voice: move broadcasts to client.voice Amish Shah 2019-03-23 12:36:53 +00:00
  • 3df56540e2 voice: add documentation to VoiceBroadcast Amish Shah 2019-03-23 12:22:55 +00:00
  • 745e18b823 fix #3150: can now create dispatcher with 0 volume Amish Shah 2019-03-22 12:43:51 +00:00
  • 9b2bf03ff6 feat(MessageStore): add cache parameter to fetchPinned() (#3154) izexi 2019-03-19 19:35:58 +00:00
  • 2341d13615 fix: messageReactionRemove not emitting for partial messages (#3125) izexi 2019-03-19 19:32:11 +00:00
  • e62833b5e1 docs: mark getters as @ readonly SpaceEEC 2019-03-19 19:59:45 +01:00
  • df1889ab49 cleanup(Guild): removed fetchAuditLogs' "after" option (#3142) Ryan Munro 2019-03-13 05:14:32 +11:00
  • 1673b6f8f5 fix(APIMessage): edit shouldn't remove content (#3129) bdistin 2019-03-08 10:57:59 -06:00
  • be2f78851f docs/typings: RateLimitInfo#limit instead of requestLimit (#3132) Souji 2019-03-07 16:34:23 +01:00
  • 132788937a src: add missing events in constants (#3124) Antonio Román 2019-03-05 17:18:11 +01:00
  • 1207c243d1 typings(Guild): add missing defaultRole property (#3126) Kamran Mackey 2019-03-04 12:32:15 -07:00
  • 579283dfe9 fix(Role): proper undefined check for data.permission when editing SpaceEEC 2019-03-02 21:58:40 +01:00
  • 6e761eb030 fix typo Amish Shah 2019-02-26 13:10:39 +00:00
  • 32ad56a562 docs(Guild): update createChannel examples to not use deprecated overload SpaceEEC 2019-02-25 11:09:46 +01:00
  • f61c044b26 Mark peer dependencies as optional (#3066) Cam Cope 2019-02-24 00:43:42 -08:00
  • fe5563e158 refactor(User): avoid invoking dmChannel getter more than once per method (#3108) bdistin 2019-02-24 02:37:10 -06:00
  • 7006f00ae4 feat(MessageEmbed): add missing proxyURL property to video (#3109) Linn Dahlgren 2019-02-24 09:27:57 +01:00
  • bc0a761e22 typings: Convert types to interfaces where applicable (#3068) Kyra 2019-02-24 05:14:09 +01:00
  • 4d3f76656a docs(MessageEmbed): add missing type value (#3106) Linn Dahlgren 2019-02-23 10:05:04 +01:00
  • 73be952406 use official release of prism Amish Shah 2019-02-21 11:56:46 +00:00
  • efbbfbcec6 fix #3102 Amish Shah 2019-02-20 19:15:33 +00:00
  • 6aa792f9ab voice: cleanup internals whether end() or destroy() is called Amish Shah 2019-02-19 13:16:48 +00:00
  • 4009986bc8 voice: destroy opus Amish Shah 2019-02-17 21:48:47 +00:00
  • 0564c5c777 voice: update prism Amish Shah 2019-02-14 16:57:26 +00:00
  • 4289b18ab2 docs(GuildMember): add missing @name to document user property SpaceEEC 2019-02-14 11:19:05 +01:00
  • 5c3f5d7048 Partials (#3070) Amish Shah 2019-02-13 17:39:39 +00:00
  • 8910fed729 voice: debug UDP (#3044) Amish Shah 2019-02-12 16:29:11 +00:00
  • 45a17e7ebd fix(Emoji): reject explicit error when MANAGE_EMOJI permissions are missing (#3063) SpaceEEC 2019-02-12 10:16:23 +01:00
  • 49e8bd9edd feat(RichEmbed): add timestamp support for setTimestamp (#3061) SpaceEEC 2019-02-12 10:15:37 +01:00
  • 1618829cc6 fix(Util): splitMessage throws an error if a chunk is too large (#3060) SpaceEEC 2019-02-12 10:14:49 +01:00
  • a0ff72b556 fix(GuildMember): add explicit channel resolve error to member edit (#3059) SpaceEEC 2019-02-12 10:13:37 +01:00
  • 7bc2e231cf feat(Guild): add position to createChannel's implementation (#3058) SpaceEEC 2019-02-12 10:12:25 +01:00
  • 890b1be714 feat(RichEmbed): add length getter (#3057) SpaceEEC 2019-02-12 10:11:44 +01:00
  • a2a0c05102 feat(Presence): add clientStatus (#3056) SpaceEEC 2019-02-12 10:10:33 +01:00
  • 5c19ad7252 cleanup: Error messages cleanup (#3079) Kyra 2019-02-12 09:13:15 +01:00
  • 0c7a618f10 cleanup: remove unused members of classes (#3078) Kyra 2019-02-11 20:33:13 +01:00
  • c362ba0dd5 voice: more debug Amish Shah 2019-02-11 18:37:33 +00:00
  • fe51b4e89b voice: more debug information, correctly listen to vws Amish Shah 2019-02-11 18:28:37 +00:00
  • 375706beac voice: replace self.xyz events Amish Shah 2019-02-11 18:03:35 +00:00
  • 810b5a5f71 voice: more debug info Amish Shah 2019-02-11 17:57:56 +00:00
  • 283fc54ce4 More debug information Amish Shah 2019-02-11 17:39:19 +00:00
  • a705edfd0d voice: more debug information Amish Shah 2019-02-11 17:22:17 +00:00
  • ab55acffdb webpack: Fix module warning when building (#3076) Kyra 2019-02-11 17:29:20 +01:00
  • 0c5b9c6870 chore(deps): Updated all required, peer, and development dependencies (#3073) Kyra 2019-02-11 08:41:37 +01:00