Fix a Hydar thing

This commit is contained in:
Schuyler Cebulskie
2016-12-14 12:40:02 -05:00
parent 4e76251aa2
commit f1c4ef659e

View File

@@ -21,9 +21,13 @@ Welcome to the discord.js v10 documentation.
v10 is just a more consistent and stable iteration over v9, and contains loads of new and improved features, optimisations, and bug fixes. v10 is just a more consistent and stable iteration over v9, and contains loads of new and improved features, optimisations, and bug fixes.
## About ## About
discord.js is a powerful node.js module that allows you to interact with the [Discord API](https://discordapp.com/developers/docs/intro) very easily. discord.js is a powerful node.js module that allows you to interact with the
It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend. [Discord API](https://discordapp.com/developers/docs/intro) very easily.
Usability and performance are key focuses of discord.js, and it also has nearly 100% coverage of the Discord API.
* Object-oriented
* Predictable abstractions
* Performant
* Nearly 100% coverage of the Discord API
## Installation ## Installation
**Node.js 6.0.0 or newer is required.** **Node.js 6.0.0 or newer is required.**