From e8e51c76cf8d72d217552e347430aa6eda425b3c Mon Sep 17 00:00:00 2001 From: DidaS Date: Fri, 13 Sep 2024 08:47:09 +0100 Subject: [PATCH] Update library description to avoid confusion --- packages/core/package.json | 2 +- packages/docs/astro.config.ts | 2 +- packages/docs/src/content/docs/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index baf2a82..a310ab7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "lilybird", "version": "0.8.0", - "description": "A bun-first discord client written in TS", + "description": "A bun-first discord api wrapper written in TS", "main": "./dist/index.js", "author": "DidaS", "license": "Apache-2.0", diff --git a/packages/docs/astro.config.ts b/packages/docs/astro.config.ts index 47dfb84..e5633c5 100644 --- a/packages/docs/astro.config.ts +++ b/packages/docs/astro.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ integrations: [ starlight({ title: "Lilybird", - description: "Lightweight and performant Discord client built by the community for the community.", + description: "Lightweight and performant Discord API Wrapper built by the community for the community.", customCss: ["./src/styles/index.css"], lastUpdated: true, social: { diff --git a/packages/docs/src/content/docs/index.mdx b/packages/docs/src/content/docs/index.mdx index 7f299cc..9c9f5f6 100644 --- a/packages/docs/src/content/docs/index.mdx +++ b/packages/docs/src/content/docs/index.mdx @@ -6,7 +6,7 @@ banner: As of lilybird 0.4 the core has been converted to use ESM! hero: - tagline: Built with modularity in mind, the only Discord client you will ever need. + tagline: Built with modularity in mind, the only Discord API Wrapper you will ever need. image: file: ../../assets/houston.webp actions: