mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 13:32:04 +00:00
readme update
This commit is contained in:
parent
8bf04df9e5
commit
f39d4b7329
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ The aim of this API is to make it *really* simple to start developing your bots.
|
|||
**[For more information, click here.](https://github.com/hydrabolt/discord.js/wiki)**
|
||||
|
||||
### Installation
|
||||
``npm install discord.js``
|
||||
``npm install --save discord.js``
|
||||
|
||||
### Features
|
||||
|
||||
|
|
@ -16,6 +16,7 @@ The aim of this API is to make it *really* simple to start developing your bots.
|
|||
* Silent Mention - trigger mention notification without actually @mentioning a user!
|
||||
* Get complete metadata on users, channels and servers - including avatars.
|
||||
* Get limitless logs from channels.
|
||||
* Fast and efficient caching
|
||||
|
||||
### Example usage
|
||||
```js
|
||||
|
|
|
|||
Loading…
Reference in a new issue