From ab911b48b5608d0a6781c325a123138815282f74 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 28 Mar 2023 18:43:45 +0200 Subject: TypingTweaks: Make names open profile on click Closes #718 --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e7ac09a..c6277f5 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -221,5 +221,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ TheKodeToad: { name: "TheKodeToad", id: 706152404072267788n + }, + skyevg: { + name: "skyevg", + id: 1090310844283363348n } }); -- cgit