Skip to content

Commit

Permalink
docs: add Elite Music bot to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGuyJacobee authored Oct 2, 2023
1 parent 698ac64 commit e6527dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/website/src/data/showcase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ export const ShowcaseResource: IShowcase = {
description: 'A free music and audio bot for Discord. No locked functionality, free forever. Open source!',
version: 'v6.6.4',
url: 'https://github.com/mariusbegby/cadence-discord-bot'
},
{
name: 'Elite Music',
description: 'An open-source & feature-packed Discord music bot, complete with a large selection of commands, effects, customisability, Docker & Plex support and much more! 🚀💪',
version: 'v6.6.4',
url: 'https://github.com/ThatGuyJacobee/Elite-Music'
}
].sort((a, b) => semver.rcompare(a.version, b.version)),
extractors: [
Expand Down

0 comments on commit e6527dc

Please sign in to comment.