Commit Graph

  • aab3523fb5 voice: more debug information Amish Shah 2019-02-10 20:18:08 +00:00
  • 793341dbb4 fix: Sharding issues, silent disconnects and code cleanup (#2976) Vlad Frangu 2019-02-10 18:28:03 +02:00
  • 7324a993ed fix: ensure VIEW_CHANNEL permissions before trying to join (#3046) SpaceEEC 2019-02-10 16:21:59 +01:00
  • ff95e587cb Better wording (#3032) Atlas 2019-02-09 18:53:47 -05:00
  • 5272cec6c8 feat(Util): add WHITE as color resolvable (#3062) SpaceEEC 2019-02-10 00:52:38 +01:00
  • d057a5040c ci: Test in Node.js 10 and 11, deploy with Node.js 10 (#3069) Kyra 2019-02-10 00:51:23 +01:00
  • 9449f8df8f cleanup(GuildMember{RoleStore}): Rewrite to async/await (#3072) Kyra 2019-02-09 18:20:10 +01:00
  • c432591113 feat(RoleStore, ChannelStore): fetch() method (#3071) Kyra 2019-02-09 16:07:31 +01:00
  • 359ddaf1df feat(Constants): add error code 50020 (#2953) Kyra 2018-11-16 16:55:15 +01:00
  • 8b602ebed4 typings(SnowflakeUtil): add optional "timestamp" parameter to generate (#2998) Lucas Kellar 2018-12-23 16:16:28 -06:00
  • ae7269088b typings(ShardClientUtil): fix id property type (#3054) Kyra 2019-02-06 18:15:05 +01:00
  • f826c9c75e voice: workaround for receiving audio Amish Shah 2019-02-05 10:26:16 +00:00
  • d98d464d74 typings(GuildCreateChannelOptions): added missing properties (#3052) Kyra 2019-02-04 17:57:13 +01:00
  • dd8ba00af4 misc(index): export HTTPError class (#3051) Kyra 2019-02-04 16:44:21 +01:00
  • 75e264da57 feat: Presence#clientStatus (#2997) Isabella 2019-02-02 13:29:47 -06:00
  • 1db78994dd feat: MessageEmbed#length (#3003) Rattmann (fallen) 2019-02-02 19:29:10 +00:00
  • db3ae0159b docs(Structures): note about extending prior to instantiating client (#2884) SpaceEEC 2019-02-02 20:28:24 +01:00
  • f2ed93c08a fix(WebSocketShard): report correct resumed event count (#3019) Marcel Menzel 2019-02-02 11:28:45 +01:00
  • 2dcdc798ac typings: add missing ImageSize numbers (#3045) Kyra 2019-02-02 10:42:13 +01:00
  • 3dff5058f0 docs(Examples): fix usage of removed overload of Collection#find (#3027) Anthony Collier 2019-01-21 11:22:24 -05:00
  • 73aaab5106 fix(Guild): ignore voice states referencing an invalid channel SpaceEEC 2019-01-17 11:34:10 +01:00
  • 3b7b282b69 docs(Client): add missing example tag and closing parenthesis (#3024) izexi 2019-01-17 08:58:04 +00:00
  • 5ed2a95856 docs(Client): add missing parenthesis in fetchInvite example (#3023) Darqam 2019-01-16 19:17:19 +01:00
  • 8230255c68 fix(ShardClientUtil#id): erroneously reporting as an array Isabella 2019-01-15 01:45:29 -06:00
  • 28db527370 docs(Guild): use 'updated' variable in example for setRegion SpaceEEC 2019-01-10 16:54:02 +01:00
  • 46fd7b093c docs(Guild): use AuditLogAction for fetchAuditLogs' type option SpaceEEC 2019-01-10 13:05:33 +01:00
  • 17ca83663f typings(TextBasedChannel): fix create(Message)Collector's options type SpaceEEC 2019-01-06 17:51:27 +01:00
  • 9d83516918 typings(Guild): fix typos in method names SpaceEEC 2018-12-31 18:21:22 +01:00
  • 89a9b93cdc docs(Webhook): add mising '@name' to Webhook#token's docstring SpaceEEC 2018-12-30 12:56:33 +01:00
  • 840d22f892 docs(Webhook): add mising '@name' to Webhook#token's docstring SpaceEEC 2018-12-30 12:52:33 +01:00
  • 0bde9ca2c5 voice: set seek parameter before input (#2993) Amish Shah 2018-12-27 18:05:54 +00:00
  • 8a76cc5c72 typings(TextBasedChannel): add Snowflake[] overload to bulkDelete (#3001) Kyra 2018-12-25 22:00:46 +01:00
  • 7186c91063 fix(TextBasedChannel): added missing lastMessage functionality in textchannels (#2999) Drahcirius 2018-12-23 23:16:50 -05:00
  • 8286d1a0fc typings(SnowflakeUtil): add optional "timestamp" parameter to generate (#2998) Lucas Kellar 2018-12-23 16:16:28 -06:00
  • 21ec03140f feat(GuildChannelStore): add support for create to accept a position (#2965) SpaceEEC 2018-12-22 08:50:33 +01:00
  • 5cbdf38028 fix(WebSocketShard): add websocket send error handling (#2981) Will Nelson 2018-12-21 23:49:56 -08:00
  • 2aa8e1d9c1 docs:(TextChannel): add documentation for messages and lastMessage (#2986) izexi 2018-12-22 07:25:24 +00:00
  • b5d5c699e6 fix: guildBanRemove event name (#2983) August 2018-12-09 01:30:46 -07:00
  • 42505b78c1 chore: add strict mode (#2974) Gus Caplan 2018-12-03 15:19:10 -06:00
  • ecaec29380 fix(Util): throw an explicit error if a chunk exceeds the max length (#2936) SpaceEEC 2018-11-27 21:42:28 +01:00
  • 23a16c3a73 fix(GuildChannel): add explicit channel resolve error to member edit (#2958) Darqam 2018-11-27 21:41:34 +01:00
  • fd21bbb7bf docs: move event docstrings to the emitting line of code SpaceEEC 2018-11-27 21:28:36 +01:00
  • 1d1b3f25e1 docs: add documentation for Client#channelCreate (#2967) Skillz4Killz 2018-11-27 15:12:25 -05:00
  • 351f0a32bf typings(RichEmbed): add MessageEmbed as valid data in constructor SpaceEEC 2018-11-26 18:08:31 +01:00
  • a8b47a7a6c feat(GuildChannelStore): add support for create to accept a position SpaceEEC 2018-11-23 19:46:11 +01:00
  • 9085138f0d fix: Sharding Issues & Cleanup (#2952) Frangu Vlad 2018-11-21 21:42:37 +02:00
  • 377ecd73ea docs(GuildChannel): fix doc string for clone method Crawl 2018-11-20 16:42:27 +01:00
  • 691aaef07e backport(Guild): support for rateLimitPerUser when creating a channel SpaceEEC 2018-11-17 17:24:48 +01:00
  • 6aa7792097 docs(GuildChannel): add rateLimitPerUser to ChannelData typdef SpaceEEC 2018-11-17 17:19:04 +01:00
  • d92ee2ff99 feat(GuildChannel): allow to set all options when cloning (#2937) SpaceEEC 2018-11-17 15:43:04 +01:00
  • 81ff5075e4 chore: remove user account checkbox from bug report template Charalampos Fanoulis 2018-11-17 16:41:12 +02:00
  • e793338d74 fix: ShardClientUtil#count and ShardClientUtil#id typedef (#2956) Yukine 2018-11-17 05:46:02 +01:00
  • 54aff3191e feat(Constants): add error code 50020 (#2953) Kyra 2018-11-16 16:55:15 +01:00
  • 2d68e837e5 voice: fix receiver null on immediate voiceStateUpdate Amish Shah 2018-11-15 21:38:02 +00:00
  • 3418b5a1a2 docs: restore Client#error docs that went missing Lewdcario 2018-11-06 14:59:02 -06:00
  • 980d71f307 fix:(GuilChannel): clone method not taking overwrites into account (#2932) Souji 2018-11-06 20:01:48 +01:00
  • 6b886b0aba typings: add Guild#shard and Guild#shardID Lewdcario 2018-11-06 11:23:17 -06:00
  • 08002d0576 fix: Client#userUpdate receiving wrong packet Lewdcario 2018-11-05 18:24:50 -06:00
  • b59c75e402 docs: add missing docstring for Client#guildDelete Lewdcario 2018-11-05 13:29:07 -06:00
  • 905f1c3262 docs: add missing docstring for Client#userUpdate (#2930) Souji 2018-11-05 16:46:47 +00:00
  • 7796cb5d05 fix: Client#raw emitting twice Lewdcario 2018-11-04 23:26:40 -06:00
  • be0d1cd663 fix: Client#shards not being set properly Lewdcario 2018-11-04 23:25:54 -06:00
  • b3f459091f Fix #2928 (member not being removed from voice channel after leaving guild) Amish Shah 2018-11-04 12:26:06 +00:00
  • f3cad81f53 feat: Internal sharding (#2902) Isabella 2018-11-03 13:21:23 -05:00
  • 18f065867c Fix #2924 with a bandage (Node typings not updated) Schuyler Cebulskie 2018-11-03 13:09:56 -04:00
  • ab3a439198 Add worker-based sharding to the ShardingManager (#2908) Schuyler Cebulskie 2018-10-29 15:02:36 -04:00
  • b759fc415e Slightly simplify logic in APIMessage.transformOptions Schuyler Cebulskie 2018-10-27 15:28:05 -04:00
  • 01476de582 fix(VoiceConnection): compare new speaking to old to avoid TypeError SpaceEEC 2018-10-20 12:12:21 +02:00
  • 2ba00038d1 fix(VoiceConnection): use Speaking#has to fire _stoppedSpeaking (#2896) sillyfrog 2018-10-20 02:15:01 +10:00
  • e189c1b728 fix: revert #2744 see #2848, fixes issues with stack not displaying correctly Lewdcario 2018-10-15 02:08:49 -05:00
  • 16076124b2 fix(Client#voiceStateUpdate): newState is guaranteed Lewdcario 2018-10-14 13:58:34 -05:00
  • 183ba25faf fix: emit voiceStateUpdate on guildMemberRemove (#2892) Isabella 2018-10-14 12:44:14 -05:00
  • 950abd4ac3 fix: revert #2768 (#2848) Isabella 2018-10-14 11:44:02 -05:00
  • 9cf50d05f2 fix(typings): ReactionUserStore#fetch returns a Collection fixes #2895 Lewdcario 2018-10-13 20:09:19 -05:00
  • 73b9b0e62b fix(Shard): use DISCORD_TOKEN instead of CLIENT_TOKEN, see #2843 SpaceEEC 2018-10-13 15:20:56 +02:00
  • 2e7094f9ea voice: fix disconnect without receiver edge case Amish Shah 2018-10-11 23:02:59 +01:00
  • 4491b7b42a typings(MessageEmbed): add spliceField and static checkField methods SpaceEEC 2018-10-10 11:30:26 +02:00
  • fd25d19c9c docs(ClientUser): fix example for setActivity method (#2880) Souji 2018-10-10 10:30:23 +02:00
  • 78c4be52c6 docs(Collection): clarify example for tap method (#2881) Souji 2018-10-10 10:29:53 +02:00
  • 6e5f088e44 refactor: consistently use permissionOverwrites over overwrites (#2886) SpaceEEC 2018-10-10 10:25:00 +02:00
  • 7ea88adeca backport(Guild): support for createChannel with options object (#2888) SpaceEEC 2018-10-10 10:05:32 +02:00
  • 71c04a303a feat(Emoji): move createdAt and createdTimestamp getters from GuildEmoji (#2872) SpaceEEC 2018-10-10 10:01:23 +02:00
  • ea3e575546 backport(TextBasedChannel): add lastPinTimestamp and lastPinAt (#2870) SpaceEEC 2018-10-10 10:01:04 +02:00
  • 1ee417cd65 featt(ClientUser): allow options as first parameter to setActivity (#2890) Will Nelson 2018-10-10 00:59:16 -07:00
  • 8ec3b5134d feat(GuildChannelStore): support for create with rateLimitPerUser (#2878) Dim 2018-10-10 03:58:31 -04:00
  • 8feb874586 feat(MessageEmbed): add spliceField method (#2857) bdistin 2018-10-10 02:57:56 -05:00
  • 1fe36087d4 feat(MessageEmbed): allow setTimestamp to take a timestamp (#2875) Isabella 2018-10-10 02:57:13 -05:00
  • 27d2ce7baf typings(Collection): each return Collection<K, V>, not void SpaceEEC 2018-10-05 11:37:49 +02:00
  • 00a62a93e4 voice: catch errors before connection is ready Amish Shah 2018-10-04 20:57:52 +01:00
  • fcf4745a43 typings: fix lint script and linter errors SpaceEEC 2018-10-04 19:29:12 +02:00
  • b92f8d9c06 docs(Game): document possible values for type property SpaceEEC 2018-10-04 13:31:26 +02:00
  • 6b810b2331 fix(ClientPresence): use possibly extended constructor from structures SpaceEEC 2018-10-04 12:36:25 +02:00
  • 1428967238 docs(Integration): document Integration class SpaceEEC 2018-10-04 11:01:21 +02:00
  • c6201ee41b backport(Guild): add fetchVanityCode (#2871) SpaceEEC 2018-10-04 00:31:20 +02:00
  • 1e85887229 backport: rateLimitPerUser (#2874) Isabella 2018-10-03 17:21:26 -05:00
  • e0f522a745 backport(ClientOptions): add retryLimit (#2869) SpaceEEC 2018-10-04 00:20:53 +02:00
  • 62e7e26310 Add white to colours (#2853) Daniel 2018-10-01 22:02:50 +10:00
  • 96a0655609 refactor(WebhookClient): make token property non-enumerable (#2861) bdistin 2018-10-01 05:43:08 -05:00
  • d8c97be142 docs: fix typos (#2868) bdistin 2018-10-01 05:38:36 -05:00
  • 21999fa4a0 fix(typings): fix compilation with 'strict' enabled (#2845) SpaceEEC 2018-09-30 11:30:07 +02:00