From dbad10984a99b6eb9234ec71f2891a136b6a572b Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 9 Jun 2023 19:48:18 +0000 Subject: [skip ci] Don't run ci on forks; Fix interaction nicks in SMYN (#4) The following actions are disabled unless run on the main repo: codeberg, publish, build/upload, reportBrokenPlugins Reviewed-on: https://codeberg.org/Ven/cord/pulls/4 Co-authored-by: Luna Co-committed-by: Luna --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils/constants.ts') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 0e53313..01a4485 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -319,6 +319,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "amia", id: 142007603549962240n }, + ImLvna: { + name: "Luna <3", + id: 174200708818665472n + } } satisfies Record); // iife so #__PURE__ works correctly -- cgit