Skip to content

Commit

Permalink
Added WD-40 to showcase.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iTsMaaT authored Aug 5, 2024
1 parent 763f135 commit 78c373e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/website/src/data/showcase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,13 @@ export const ShowcaseResource: IShowcase = {
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)),
),
extractors: PromotedList.extractors.concat([
Expand Down

0 comments on commit 78c373e

Please sign in to comment.