From f38944c8f67da531f8164a6edd092101d8093307 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sun, 20 Nov 2016 21:50:36 -0500 Subject: [PATCH] Add ShardingManager web dist info --- README.md | 3 ++- docs/custom/documents/welcome.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 615a0439f..e8392968c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ A bot template using discord.js can be generated using [generator-discordbot](ht ## Web distributions Web builds of discord.js that are fully capable of running in browsers are available [here](https://github.com/hydrabolt/discord.js/tree/webpack). These are built by [Webpack 2](https://webpack.js.org/). The API is identical, but rather than using `require('discord.js')`, -the entire `Discord` object is available as a global (on the `window` object). Any voice-related functionality is unavailable in these builds. +the entire `Discord` object is available as a global (on the `window` object). +The ShardingManager and any voice-related functionality is unavailable in these builds. ## Links * [Website](http://discord.js.org/) diff --git a/docs/custom/documents/welcome.md b/docs/custom/documents/welcome.md index ad16fd5de..0d2b4aad3 100644 --- a/docs/custom/documents/welcome.md +++ b/docs/custom/documents/welcome.md @@ -39,7 +39,8 @@ For production bots, using node-opus should be considered a necessity, especiall ## Web distributions Web builds of discord.js that are fully capable of running in browsers are available [here](https://github.com/hydrabolt/discord.js/tree/webpack). These are built by [Webpack 2](https://webpack.js.org/). The API is identical, but rather than using `require('discord.js')`, -the entire `Discord` object is available as a global (on the `window` object). Any voice-related functionality is unavailable in these builds. +the entire `Discord` object is available as a global (on the `window` object). +The ShardingManager and any voice-related functionality is unavailable in these builds. ## Guides * [LuckyEvie's general guide](https://eslachance.gitbooks.io/discord-js-bot-guide/content/)