Skip to content

Commit

Permalink
Update showcase.ts (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
iTsMaaT authored Nov 4, 2024
1 parent 912d2d4 commit 7e5d6cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/website/src/data/showcase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ export const ShowcaseResource: IShowcase = {
description: 'An open-source Discord music bot with an interative dashboard, only plays music, nothing else.',
version: 'v6.6.7',
url: 'https://muusik.app'
},
{
name: 'WD-40',
description: 'A music, utility & fun discord bot made in JavaScript ',
version: 'v6.7.1',
url: 'https://github.com/iTsMaaT/WD-40'
}
].sort((a, b) => semver.rcompare(a.version, b.version))
),
Expand All @@ -196,4 +202,4 @@ export const ShowcaseResource: IShowcase = {
url: 'https://npm.im/discord-player-tidal'
}
])
};
};

0 comments on commit 7e5d6cc

Please sign in to comment.