Commit Graph

  • 711bcc7a7c Update webpack.config.js Gus Caplan 2018-01-27 12:56:45 -06:00
  • 10f98d8e57 use String#padStart for Role#hexColor (#2294) Dim 2018-01-27 01:42:49 -05:00
  • 8c288b56a2 chore: update typings submodule Pascal 2018-01-26 09:25:30 +01:00
  • bd154bdd9e fix: nullable activity Lewdcario 2018-01-25 02:06:28 -06:00
  • e58ff642f5 Make Util#splitMessage handle edge cases properly (#2212) Alex 2018-01-25 07:41:50 +02:00
  • 58d85282b4 Fix Destructuring Errors in Util (#2171) Faith 2018-01-25 00:37:41 +01:00
  • 7e0e457334 fix(ClientUser#setStatus): resetting activity The method would pass in null if no activity was passed, so this takes the current client presence instead of deleting it. Lewdcario 2018-01-24 15:09:40 -06:00
  • a832b56469 GuildEmoji: Move all role related functions to a separate store (#2271) Frangu Vlad 2018-01-24 21:47:20 +02:00
  • e978253896 fix(Webhook#send): incorrect docs + return Lewdcario 2018-01-24 13:06:05 -06:00
  • 16b5de5d52 fix(Role) Update usages of highestRole#comparePositionTo to use GuildMemberRoleStore (#2289) Dragon Fire 2018-01-24 07:34:11 -05:00
  • 048e147497 fix(RoleStore): create method is supposed to take an options object Pascal 2018-01-24 09:02:37 +01:00
  • 92c9f8864c Specify that Client#uptime is "in milliseconds" (#2288) FireController1847 2018-01-24 00:24:24 -07:00
  • 00172e6c7d refactor: Move member role-related functions to a special store (#2242) Frangu Vlad 2018-01-24 09:12:58 +02:00
  • 5352e28700 chore: update typings submodule Pascal 2018-01-23 07:27:39 +01:00
  • 07c48a6845 fix: require discordjserror to throw meaningful errors where necessary Pascal 2018-01-22 20:23:36 +01:00
  • 8df1ac9920 fix(startTyping): return, to not overwrite already existing entries Pascal 2018-01-22 14:09:27 +01:00
  • 86da7af4f1 Update prism dependency Amish Shah 2018-01-21 17:47:26 +00:00
  • 8a2ace45d8 docs: fix VoiceBroadcast documentation (#2277) Cat 2018-01-21 19:23:23 +02:00
  • edc4e2b751 docs: fix streamdispatcher documentation (#2275) Michel Nguyen 2018-01-21 18:23:00 +01:00
  • 83de7c0d4c Fix error messages Amish Shah 2018-01-21 15:52:32 +00:00
  • 3300e39690 chore: update typings submodule Pascal 2018-01-21 13:12:31 +01:00
  • 76891a1e00 try fix Amish Shah 2018-01-21 10:34:14 +00:00
  • aa09490724 whoops Amish Shah 2018-01-21 10:31:12 +00:00
  • b2708a6fa8 Merge branch 'master' of https://github.com/hydrabolt/discord.js Amish Shah 2018-01-21 10:29:06 +00:00
  • 0e262ea8d7 More informative stream errors Amish Shah 2018-01-21 10:29:03 +00:00
  • 93e083da4f fix(Guild): memberCount not decrementing when an uncached member leaves Pascal 2018-01-21 07:30:59 +01:00
  • 00e2f39ea1 fix(client#voiceConnections): Incorrect docs description (#2280) Cynthia Lin 2018-01-20 20:09:39 -08:00
  • b5ff309bf9 fix(CategoryChannel): set the type to 'category' and document its type Pascal 2018-01-20 23:27:18 +01:00
  • 986e6da196 Fix(GuildChannel#clone) options.parent not accepting (falsy) null. (#2262) Kyra 2018-01-20 19:30:30 +01:00
  • b16e6f8262 Fix VoiceBroadcast#play documentation Amish Shah 2018-01-20 16:57:27 +00:00
  • f728d2be69 Update voice docs Amish Shah 2018-01-20 16:31:34 +00:00
  • ac65ea41b4 Update voice docs Amish Shah 2018-01-20 16:26:44 +00:00
  • f588b3fd20 Merge branch 'master' into voice-rewrite Amish Shah 2018-01-20 13:50:34 +00:00
  • c63bdb5fb1 Remove redundant doc tag descriptions Amish Shah 2018-01-20 13:47:35 +00:00
  • ca96e1478a Make docs technically correct Amish Shah 2018-01-20 13:45:22 +00:00
  • 791740220e Improve docs, allow for webm/opus demuxing and playing broadcasts without specifying a type Amish Shah 2018-01-20 13:01:48 +00:00
  • f14193b93a Document examples Amish Shah 2018-01-20 12:48:28 +00:00
  • fbd25f8677 fix(GuildMember): make edit method only modify a copy of the voice state Pascal 2018-01-20 12:44:27 +01:00
  • a22b856494 fix(WebSocketConnection): make errors in event handlers throw again Pascal 2018-01-20 09:05:07 +01:00
  • bf0a68dbac Mark DataStores as public to directly display them in the docs. (#2268) Yukine 2018-01-20 08:00:44 +01:00
  • ef02bd2935 Add stubs for docs Amish Shah 2018-01-20 00:05:37 +00:00
  • 2b5fc77a67 Rudimentary support for unified audio playing! 🎉 Amish Shah 2018-01-19 23:55:59 +00:00
  • 8e5e1ad8fe Document Receiver Amish Shah 2018-01-19 23:03:01 +00:00
  • c57c2889b7 Fix import errors for networking classes Amish Shah 2018-01-19 22:54:54 +00:00
  • 066fbfe330 Move voice UDP client and Websocket client to networking folder Amish Shah 2018-01-19 22:53:55 +00:00
  • 60c5c1486b Remove dead files Amish Shah 2018-01-19 22:51:53 +00:00
  • c6c9c0918a Fix PacketHandler runtime error (EventEmitter not imported) Amish Shah 2018-01-19 22:51:26 +00:00
  • cb161a8a40 Implement Receiver debug events Amish Shah 2018-01-19 22:47:01 +00:00
  • 83140f11b7 Fix ESLint and inline the voice readable stream Amish Shah 2018-01-19 22:41:31 +00:00
  • dd618584d0 Simplify VolumeInterface constructor Amish Shah 2018-01-19 22:38:39 +00:00
  • 4a1b55d145 Receiver#createStream should take options Amish Shah 2018-01-19 22:38:10 +00:00
  • 2c1a302eea Redesign voice receiving, still needs cleaning up Amish Shah 2018-01-19 21:14:03 +00:00
  • 6058ea4888 Start voice receive rewrite Amish Shah 2018-01-19 17:45:37 +00:00
  • 580bda46ea Fix documentation for VoiceBroadcast (play methods return BroadcastDispatcher not StreamDispatcher) Amish Shah 2018-01-19 14:40:58 +00:00
  • 3b1c5d3494 Expose VoiceBroadcast#dispatcher so that the broadcast can be controlled Amish Shah 2018-01-19 14:39:51 +00:00
  • e7375aa0fd Reimplement broadcast (un)subscribe events Amish Shah 2018-01-19 14:32:51 +00:00
  • 3d3c436e92 Merge branch 'master' into voice-rewrite Amish Shah 2018-01-19 14:06:41 +00:00
  • 6e10d258b6 Tweak readme and docs welcome page Schuyler Cebulskie 2018-01-18 20:16:59 -05:00
  • e9bdd3ad7e Tweak readme and docs welcome page Schuyler Cebulskie 2018-01-18 19:59:21 -05:00
  • f649610c26 Merge branch 'master' into voice-rewrite Schuyler Cebulskie 2018-01-18 19:49:23 -05:00
  • 95d35a9efa Update typings submodule URL Schuyler Cebulskie 2018-01-18 19:48:43 -05:00
  • aafb291ce2 Update typings submodule URL Schuyler Cebulskie 2018-01-18 19:45:04 -05:00
  • 16a910c988 Update repository references Schuyler Cebulskie 2018-01-18 14:46:35 -05:00
  • 51ddd6595c Update repository references Schuyler Cebulskie 2018-01-18 14:40:02 -05:00
  • bb8ed98a85 Merge remote-tracking branch 'origin/11.3.1-dev' into 11.3-dev Schuyler Cebulskie 2018-01-18 14:32:36 -05:00
  • c49c5576d0 Point discord.js-docgen dependency to its new location Amish Shah 2018-01-18 17:54:45 +00:00
  • c522b65adb Point discord.js-docgen dependency to its new location Amish Shah 2018-01-18 17:54:45 +00:00
  • 8cbefcc081 [v11.3.x] Fix param to setPresence in setActivity (#2270) MaySoMusician 2018-01-18 17:39:54 +09:00
  • aa3407f705 Base Emoji class for ReactionEmoji and renamed GuildEmoji classes (#2230) SpaceEEC 2018-01-18 09:38:45 +01:00
  • b846cbd2b3 GuildChannel.permissionsFor(role) (#2254) bdistin 2018-01-18 02:28:14 -06:00
  • d5b0cf9ffb Permissions improvements (#2126) John Leuenhagen 2018-01-18 03:17:50 -05:00
  • 1db0906483 Client method examples. (#2264) Artful 2018-01-18 17:47:05 +11:00
  • 19591b0bb1 docs: fix attachFiles() docs (#2267) Michel Nguyen 2018-01-18 07:42:05 +01:00
  • c125cc9c10 update typings Pascal 2018-01-17 17:20:45 +01:00
  • b94d60d2ab Merge branch 'master' into voice-rewrite Amish Shah 2018-01-16 17:24:07 +00:00
  • 932980e91f fix(guild#createRole): incorrect guild reference Isabella 2018-01-16 08:28:08 -06:00
  • e576387fea Fix ReactionCollector#remove and make Collector interface more consistent (#2221) Alex 2018-01-16 02:33:58 +02:00
  • 36555c1cea refactor(GuildMember#manageable): refactored kickable and bannable (#2211) Isabella 2018-01-15 18:32:40 -06:00
  • 4122db0275 Return undefined from Collection.find() / findKey() (#2260) bdistin 2018-01-15 18:24:19 -06:00
  • 3d32dea5e1 remove pointless function from GuildEmojisUpdate (#2256) bdistin 2018-01-15 18:20:51 -06:00
  • 3038d4b2c7 Address missing application docs in setPresence (#2257) bdistin 2018-01-15 18:20:36 -06:00
  • 4fb7e64a39 Add parent, nsfw, bitrate, and userLimit options to GuildChannel.clone() (#2259) bdistin 2018-01-15 18:20:09 -06:00
  • f61b57ce10 Merge branch 'master' into voice-rewrite iCrawl 2018-01-15 04:45:48 +01:00
  • 2c8eb8a1ec Fix grammar Schuyler Cebulskie 2018-01-14 19:03:21 -05:00
  • 42c0e50c92 Fix ShardClientUtil#broadcastEval - now really accepting functions (#2248) pedall 2018-01-14 20:46:08 +01:00
  • 351f5f7209 fix: missing height & width in embeds (#2249) Dim 2018-01-14 08:28:46 -05:00
  • a3be0f3726 docs: Collection > RoleStore (#2251) Dim 2018-01-14 08:28:00 -05:00
  • 83640a2640 refactor: tidier overflow checking in StreamDispatcher Amish Shah 2018-01-13 20:50:24 +00:00
  • aaa318e465 Merge branch 'master' into voice-rewrite Amish Shah 2018-01-13 20:44:36 +00:00
  • c4b1be8506 i didnt even want to update deps but no here we are updating deps for a version nobody will use because they all use v12 11.3.0 Amish Shah 2018-01-13 20:39:47 +00:00
  • 4584148706 Merge branch '11.3-dev' of https://github.com/hydrabolt/discord.js into 11.3-dev Schuyler Cebulskie 2018-01-13 14:22:10 -05:00
  • 0b28998af8 Update docs Schuyler Cebulskie 2018-01-13 14:22:05 -05:00
  • c27ecf678e Update dependencies Amish Shah 2018-01-13 18:52:20 +00:00
  • 233889cf3a Update typings Amish Shah 2018-01-13 17:28:20 +00:00
  • f62fa05389 fix(Message#addReaction): incorrect regex (#2247) Isabella 2018-01-13 11:22:23 -06:00
  • 352bd13e6f fix typo in Error constants (#2243) Yukine 2018-01-13 13:52:25 +01:00
  • ea028ae074 Fix destructuring errors in GuildChannelStore and RoleStore (#2244) Jisagi 2018-01-13 13:51:09 +01:00
  • d541cac9b3 Merge branch 'master' into voice-rewrite Amish Shah 2018-01-13 12:47:56 +00:00
  • 8cab673fea fix: stream dispatcher throwing key error due to missing secretKey Amish Shah 2018-01-13 12:47:19 +00:00
  • 8aafcd6cde allow passing a function to shard eval (#2193) Gus Caplan 2018-01-12 07:05:27 -06:00