aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2023-04-15 08:31:36 +0800
committerGitHub <noreply@github.com>2023-04-15 02:31:36 +0200
commitca91ef4e39cb338200b553eeab905f3f04537940 (patch)
tree9deaeb3ae4a1fb88f462bb2e43582b0c69794256 /src/utils/constants.ts
parentdb7fc3769b40961f6fd0b64d092f9e9e82552018 (diff)
downloadVencord-ca91ef4e39cb338200b553eeab905f3f04537940.tar.gz
Vencord-ca91ef4e39cb338200b553eeab905f3f04537940.tar.bz2
Vencord-ca91ef4e39cb338200b553eeab905f3f04537940.zip
feat(moreUserTags): add HTML data attributes to user tags (#883)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 99da615..6a939c9 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -258,8 +258,12 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "pylix",
id: 492949202121261067n
},
+ RyanCaoDev: {
+ name: "RyanCaoDev",
+ id: 952235800110694471n,
+ },
Strencher: {
name: "Strencher",
id: 415849376598982656n
- }
+ },
});