Skip to content

Commit

Permalink
Merge pull request #857 from ION606/main
Browse files Browse the repository at this point in the history
feat: add beta command
  • Loading branch information
Bas950 committed Apr 12, 2024
2 parents cafbefe + 451e71c commit 845ccf3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/modules/utility/commands/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,18 @@ export const shortInfos: {
}
]
},
beta: {
title: "PreMiD Beta",
emoji: "✨",
description:
"Do you want cool new features? Want to use PreMiD with the browser version of Discord? Download the beta!",
links: [
{
label: "Beta Release Page",
url: "https://premid.app/beta"
}
]
},
frequentFixes: {
title: "Frequent fixes for Presence bugs",
emoji: "🗳",
Expand Down

0 comments on commit 845ccf3

Please sign in to comment.