mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Updated readme
This commit is contained in:
parent
16b007c635
commit
035d3b368e
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@ build/Release
|
|||
# Dependency directory
|
||||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
||||
node_modules
|
||||
test/auth.json
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@ The aim of this API is to make it *really* simple to start developing your bots.
|
|||
|
||||
New update features **big speed boosts** (everything cached and sorted with around 1 second of calling the login function) upon connection and allows editing of messages!
|
||||
|
||||
## PLEASE BE AWARE - I'm currently rewriting this _entire_ module in ECMAScript 6 and then using Babel to compile it so it works in node. That means for a few days I won't be adding features, but after that features will come out faster and better than ever!
|
||||
back to
|
||||
|
||||
**[Find the website here.](http://discord-js.github.io)**
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue