Commit e8e51c7 1 parent 1ac06ee commit e8e51c7 Copy full SHA for e8e51c7
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lilybird" ,
3
3
"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" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"author" : " DidaS" ,
7
7
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default defineConfig({
12
12
integrations : [
13
13
starlight ( {
14
14
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." ,
16
16
customCss : [ "./src/styles/index.css" ] ,
17
17
lastUpdated : true ,
18
18
social : {
Original file line number Diff line number Diff line change 6
6
As of lilybird 0.4 the core has been converted to use
7
7
<a href="https://v8.dev/features/modules" target="_blank">ESM</a>!
8
8
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.
10
10
image :
11
11
file : ../../assets/houston.webp
12
12
actions :
You can’t perform that action at this time.
0 commit comments