mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
nice readme! :D
This commit is contained in:
parent
ce25419fe4
commit
b863463735
1 changed files with 11 additions and 3 deletions
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
|
||||
``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
|
||||
```js
|
||||
/*
|
||||
|
|
@ -44,6 +53,5 @@ myBot.on( "message", function( message ) {
|
|||
} );
|
||||
```
|
||||
### TODO
|
||||
* Documentation
|
||||
* Better error handling
|
||||
* 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
|
||||
* Joining servers from an invite
|
||||
* Stealthy Ninja support
|
||||
|
|
|
|||
Loading…
Reference in a new issue