Skip to content

Commit

Permalink
chore: Update Cadence discord-player version (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby authored Jul 31, 2023
1 parent 680a00f commit 05fc6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/website/src/data/showcase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ export const ShowcaseResource: IShowcase = {
url: 'https://github.com/Androz2091/AtlantaBot'
},
{
name: 'Cadence Bot',
description: 'A free music and audio bot for Discord. No locked functionality, free forever. Open source.',
version: 'v6.6.0',
name: 'Cadence',
description: 'A free music and audio bot for Discord. No locked functionality, free forever. Open source!',
version: 'v6.6.2',
url: 'https://github.com/mariusbegby/cadence-discord-bot'
}
].sort((a, b) => semver.rcompare(a.version, b.version)),
Expand Down

0 comments on commit 05fc6c3

Please sign in to comment.