From 0d18b44ba7b9ac6d30eda385db8eab56e4d33b42 Mon Sep 17 00:00:00 2001 From: dolfies Date: Tue, 5 Sep 2023 13:42:35 -0400 Subject: feat(plugin): ShowTimeouts (#1687) Co-authored-by: TheKodeToad Co-authored-by: V --- 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 7cb5eab..245c8bb 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -355,6 +355,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "bb010g", id: 72791153467990016n, }, + Dolfies: { + name: "Dolfies", + id: 852892297661906993n, + }, RuukuLada: { name: "RuukuLada", id: 119705748346241027n, -- cgit