Skip to content

Commit

Permalink
Update library description to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Sep 13, 2024
1 parent 1ac06ee commit e8e51c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ banner:
As of lilybird 0.4 the core has been converted to use
<a href="https://v8.dev/features/modules" target="_blank">ESM</a>!
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:
Expand Down

0 comments on commit e8e51c7

Please sign in to comment.