Skip to content

Commit 5a7a59d

Browse files
authored
fix typo in ?cv2 tag
1 parent 92c3caa commit 5a7a59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const dmproxying =
122122
const cv2 =
123123
"## Can't see system/member/group cards anymore?\n" +
124124
"PluralKit now uses Discord's \"Components V2\" for system/member/group cards - if the cards no longer show, your Discord app is too old to show the new components, and you should update it.\n" +
125-
"A **temporary** workaround to show the old version of the cards exists as the `-show-embed` (or `-ce`) flag to `pk;system` / `pk;member` / `pk;group` - however, we will be removing the old embed-based cards in the future (and as such, *we will not add a config option to always use the old cards*).\n\n" +
125+
"A **temporary** workaround to show the old version of the cards exists as the `-show-embed` (or `-se`) flag to `pk;system` / `pk;member` / `pk;group` - however, we will be removing the old embed-based cards in the future (and as such, *we will not add a config option to always use the old cards*).\n\n" +
126126
"**Please read the announcement post for more details:** <https://pluralkit.me/posts/2025-09-08-components-v2/>";
127127

128128
export const TAGS: Record<string, string | object> = {

0 commit comments

Comments
 (0)