From ca91ef4e39cb338200b553eeab905f3f04537940 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Sat, 15 Apr 2023 08:31:36 +0800 Subject: feat(moreUserTags): add HTML data attributes to user tags (#883) Co-authored-by: V --- src/utils/constants.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/utils') 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 - } + }, }); -- cgit