mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +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
|
||||
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": {
|
||||
|
||||
Reference in New Issue
Block a user