From d7c5baf7f33a0b3c30790022f195060c02ac64f8 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Sun, 1 Mar 2020 17:38:25 +0000 Subject: [PATCH] chore: update discordjs/discord.js references --- README.md | 6 +++--- docs/general/updating.md | 4 +++- docs/general/welcome.md | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 37e8d89ff..b6d86a4ab 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ discord.js is a powerful [Node.js](https://nodejs.org) module that allows you to **Node.js 12.0.0 or newer is required.** Ignore any warnings about unmet peer dependencies, as they're all optional. -Without voice support: `npm install discordjs/discord.js` -With voice support ([@discordjs/opus](https://www.npmjs.com/package/@discordjs/opus)): `npm install discordjs/discord.js @discordjs/opus` -With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discordjs/discord.js opusscript` +Without voice support: `npm install discord.js` +With voice support ([@discordjs/opus](https://www.npmjs.com/package/@discordjs/opus)): `npm install discord.js @discordjs/opus` +With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript` ### Audio engines diff --git a/docs/general/updating.md b/docs/general/updating.md index ab9e67437..85fee04e8 100644 --- a/docs/general/updating.md +++ b/docs/general/updating.md @@ -1,6 +1,8 @@ # Version 12.0.0 -TBD +v12.0.0 contains many new and improved features, optimisations, and bug fixes. +See [the changelog](https://github.com/discordjs/discord.js/releases/tag/12.0.0) for a full list of changes. +You can also visit [the guide](https://discordjs.guide/additional-info/changes-in-v12.html) for help with updating your v11 code to v12. # Version 11.1.0 diff --git a/docs/general/welcome.md b/docs/general/welcome.md index cf64f0c09..a83717e62 100644 --- a/docs/general/welcome.md +++ b/docs/general/welcome.md @@ -36,9 +36,9 @@ discord.js is a powerful [Node.js](https://nodejs.org) module that allows you to **Node.js 12.0.0 or newer is required.** Ignore any warnings about unmet peer dependencies, as they're all optional. -Without voice support: `npm install discordjs/discord.js` -With voice support ([@discordjs/opus](https://www.npmjs.com/package/@discordjs/opus)): `npm install discordjs/discord.js @discordjs/opus` -With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discordjs/discord.js opusscript` +Without voice support: `npm install discord.js` +With voice support ([@discordjs/opus](https://www.npmjs.com/package/@discordjs/opus)): `npm install discord.js @discordjs/opus` +With voice support ([opusscript](https://www.npmjs.com/package/opusscript)): `npm install discord.js opusscript` ### Audio engines