Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit 596124c

Browse files
authored
chore(docs): update engine and readme for Nodejs v12 (#375)
1 parent 37910ca commit 596124c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Additionally, it makes full use of ES2017's `async`/`await` functionality for cl
3030
- Command throttling/cooldowns
3131

3232
## Installation
33-
**Node 8.6.0 or newer is required.**
34-
`npm install discord.js-commando`
33+
**Node 12.0.0 or newer is required.**
34+
`npm install discord.js@12 discord.js-commando`
3535

3636
## Documentation
3737
[View the docs here.](https://discord.js.org/#/docs/commando)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"typescript": "^3.6.2"
3939
},
4040
"engines": {
41-
"node": ">=8.6.0"
41+
"node": ">=12.0.0"
4242
}
4343
}

0 commit comments

Comments
 (0)