From aa32d67619a8e261f2dd1ed5955f389c91b9be3b Mon Sep 17 00:00:00 2001 From: Idris <78701338+Idris1401@users.noreply.github.com> Date: Thu, 4 May 2023 10:44:35 +0200 Subject: [PATCH] chore(voice-description): being consistency with Node.js casing (#9505) docs(voice-description): being consistency with Node.js casing Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/voice/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/voice/package.json b/packages/voice/package.json index 3fb3427a0..96a789489 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,7 +1,7 @@ { "name": "@discordjs/voice", "version": "0.16.0", - "description": "Implementation of the Discord Voice API for node.js", + "description": "Implementation of the Discord Voice API for Node.js", "scripts": { "build": "tsup && node scripts/postbuild.mjs", "build:docs": "tsc -p tsconfig.docs.json",