mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
Updated README
This commit is contained in:
parent
62b509f6f5
commit
70b20b7467
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ discord.js is a node module used as a way of interfacing with
|
|||
[Discord](https://discordapp.com/). It is a very useful module for creating
|
||||
bots.
|
||||
|
||||
**Updating to 3.1.1 is essential as it has new changes to be compatible with Discord's API,
|
||||
and to make sure your application still works an update is a good idea.**
|
||||
|
||||
### Installation
|
||||
`npm install --save discord.js`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "discord.js",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "A way to interface with the Discord API",
|
||||
"main": "./lib/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue