mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
Updated README
This commit is contained in:
@@ -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
|
[Discord](https://discordapp.com/). It is a very useful module for creating
|
||||||
bots.
|
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
|
### Installation
|
||||||
`npm install --save discord.js`
|
`npm install --save discord.js`
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discord.js",
|
"name": "discord.js",
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user