mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Update docs
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user