Skip to content

Commit

Permalink
Merge pull request #1934 from iTsMaaT/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby authored Aug 5, 2024
2 parents 763f135 + 78c373e commit a6307dd
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 a6307dd

Please sign in to comment.