mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
nice readme! :D
This commit is contained in:
14
README.md
14
README.md
@@ -8,6 +8,15 @@ The aim of this API is to make it *really* simple to start developing your bots.
|
|||||||
### Installation
|
### Installation
|
||||||
``npm install discord.js``
|
``npm install discord.js``
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Send, Receive and Delete messages from channels _and_ DMs! Auto-initiates DMs for you!
|
||||||
|
* Create, Delete and Leave servers and channels
|
||||||
|
* Create invites for Servers
|
||||||
|
* 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.
|
||||||
|
|
||||||
### Example usage
|
### Example usage
|
||||||
```js
|
```js
|
||||||
/*
|
/*
|
||||||
@@ -44,6 +53,5 @@ myBot.on( "message", function( message ) {
|
|||||||
} );
|
} );
|
||||||
```
|
```
|
||||||
### TODO
|
### TODO
|
||||||
* Documentation
|
* Joining servers from an invite
|
||||||
* Better error handling
|
* Stealthy Ninja support
|
||||||
* Being able to cache new servers and channels as well as ones that are deleted - this is currently only done when a bot is created
|
|
||||||
|
|||||||
Reference in New Issue
Block a user