Skip to content

Commit 0eb4ca5

Browse files
author
alyssa
committed
update tags
1 parent a6f83a9 commit 0eb4ca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tags.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ const rolerestrict = {
5353
"text": "https://pluralkit.me/faq",
5454
}
5555
}
56-
const simplyplural = "All syncing between PluralKit and Simply Plural is handled within the SP app - PluralKit staff most likely can not help with any issues regarding Simply Plural. Please ask in their support server instead: https://discord.gg/k5Psmjv7hy"
56+
const simplyplural = "All syncing between PluralKit and Simply Plural is handled within the SP app. PluralKit staff can not help with any issues regarding Simply Plural. Please ask in their support server instead: https://discord.gg/k5Psmjv7hy"
57+
const octocon = "All syncing between PluralKit and Octocon is handled within the Octocon app or bot. PluralKit staff can not help with any issues regarding Octocon. Please ask in their support server instead: https://discord.gg/octocon"
5758
const recovery = {
5859
title: "Lost access to your PluralKit system?",
5960
description: "PluralKit staff can recover your system, and link it to your current Discord account, _but only if you have your system token_. The token (from the `pk;token` command) is like a \"password\" to your PluralKit system.",
@@ -143,6 +144,7 @@ export const TAGS: Record<string, string | object> = {
143144
shards,
144145
messagereport,
145146
simplyplural,
147+
octocon,
146148
emojiedit,
147149
dmproxying,
148150
cv2,
@@ -165,6 +167,7 @@ export const TAG_ALIASES: Record<string, string> = {
165167
clusters: 'shards',
166168
cluster: 'shards',
167169
sp: 'simplyplural',
170+
octo: 'octocon',
168171
emoteedit: 'emojiedit',
169172
community: 'thirdparty',
170173
dmproxy: 'dmproxying',

0 commit comments

Comments
 (0)