Skip to content

Commit e8e51c7

Browse files
committed
Update library description to avoid confusion
1 parent 1ac06ee commit e8e51c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lilybird",
33
"version": "0.8.0",
4-
"description": "A bun-first discord client written in TS",
4+
"description": "A bun-first discord api wrapper written in TS",
55
"main": "./dist/index.js",
66
"author": "DidaS",
77
"license": "Apache-2.0",

packages/docs/astro.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
integrations: [
1313
starlight({
1414
title: "Lilybird",
15-
description: "Lightweight and performant Discord client built by the community for the community.",
15+
description: "Lightweight and performant Discord API Wrapper built by the community for the community.",
1616
customCss: ["./src/styles/index.css"],
1717
lastUpdated: true,
1818
social: {

packages/docs/src/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ banner:
66
As of lilybird 0.4 the core has been converted to use
77
<a href="https://v8.dev/features/modules" target="_blank">ESM</a>!
88
hero:
9-
tagline: Built with modularity in mind, the only Discord client you will ever need.
9+
tagline: Built with modularity in mind, the only Discord API Wrapper you will ever need.
1010
image:
1111
file: ../../assets/houston.webp
1212
actions:

0 commit comments

Comments
 (0)