Update docs

This commit is contained in:
Schuyler Cebulskie
2018-01-13 14:22:05 -05:00
parent 233889cf3a
commit 0b28998af8
3 changed files with 9 additions and 1 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -23,7 +23,7 @@ The usage of the API isn't any different from using it in Node.js.
## Example
```html
<script type="text/javascript" src="discord.11.1.0.min.js"></script>
<script type="text/javascript" src="discord.11.3.0.min.js"></script>
<script type="text/javascript">
const client = new Discord.Client();