mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
readme update
This commit is contained in:
@@ -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)**
|
**[For more information, click here.](https://github.com/hydrabolt/discord.js/wiki)**
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
``npm install discord.js``
|
``npm install --save discord.js``
|
||||||
|
|
||||||
### Features
|
### 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!
|
* Silent Mention - trigger mention notification without actually @mentioning a user!
|
||||||
* Get complete metadata on users, channels and servers - including avatars.
|
* Get complete metadata on users, channels and servers - including avatars.
|
||||||
* Get limitless logs from channels.
|
* Get limitless logs from channels.
|
||||||
|
* Fast and efficient caching
|
||||||
|
|
||||||
### Example usage
|
### Example usage
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user