This commit is contained in:
Amish Shah
2017-05-01 15:06:26 +01:00
parent 0f4983852e
commit 47fbd18eda
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# Version 11.1.0
v11.1.0 features improved voice and gateway stability, as well as support for new features such as audit logs and searching for messages.
See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.1.0) for a full list of changes.
# Version 11 # Version 11
Version 11 contains loads of new and improved features, optimisations, and bug fixes. Version 11 contains loads of new and improved features, optimisations, and bug fixes.
See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.0.0) for a full list of changes. See [the changelog](https://github.com/hydrabolt/discord.js/releases/tag/11.0.0) for a full list of changes.

View File

@@ -17,8 +17,8 @@
</div> </div>
# Welcome! # Welcome!
Welcome to the discord.js v11 documentation. Welcome to the discord.js v11.1.0 documentation.
v11 contains loads of new and improved features, optimisations, and bug fixes. v11.1.0 features improved voice and gateway stability, as well as support for new features such as audit logs and searching for messages.
## About ## About
discord.js is a powerful [node.js](https://nodejs.org) module that allows you to interact with the 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 ## Example
```html ```html
<script type="text/javascript" src="discord.11.0.0.min.js"></script> <script type="text/javascript" src="discord.11.1.0.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
const client = new Discord.Client(); const client = new Discord.Client();