From 0b28998af8dc792f38594789af6bc38e422c555d Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Sat, 13 Jan 2018 14:22:05 -0500 Subject: [PATCH] Update docs --- docs/general/updating.md | 4 ++++ docs/general/welcome.md | 4 ++++ docs/topics/web.md | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/general/updating.md b/docs/general/updating.md index 8c54e8fa7..3162ddf9d 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -1,3 +1,7 @@ +# Version 11.3.0 +v11.3.0 backports many new features and bug fixes from the in-development v12. +See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.3.0) for a full list of changes, including information about deprecations. + # Version 11.2.0 v11.2.0 fixes a lot of bugs we encountered along the 11.1.0 release, as well as support for new features such as Message Attachments and UserGuildSettings. See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.2.0) for a full list of changes, including information about deprecations. diff --git a/docs/general/welcome.md b/docs/general/welcome.md index 17937d163..dde09ce9e 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -18,6 +18,10 @@ # Welcome! Welcome to the discord.js v11.3 documentation. +The v11.3 release contains backports of many features and bug fixes from the in-development v12, such as categories and animated emoji support. + +v12 is still very much a work-in-progress, as we're aiming to make it the best it can possibly be before releasing. +If you are flike to live life on the bleeding-edge, check out the master branch. ## About discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the diff --git a/docs/topics/web.md b/docs/topics/web.md index 0adb79526..d3b824cd3 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js. ## Example ```html - +