From ba45ecda56d0f5bc19954f56bdb64b9fd11db0ee Mon Sep 17 00:00:00 2001 From: Sofia Date: Sat, 19 Nov 2022 17:40:52 +0000 Subject: feat(plugin): Last.fm rich presence (#220) Co-authored-by: Ven --- 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 7f44ee0..18aaeb8 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -140,5 +140,9 @@ export const Devs = Object.freeze({ kemo: { name: "kemo", id: 299693897859465228n + }, + dzshn: { + name: "dzshn", + id: 310449948011528192n } }); -- cgit