diff options
author | Sofia <me@dzshn.xyz> | 2022-11-19 17:40:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 18:40:52 +0100 |
commit | ba45ecda56d0f5bc19954f56bdb64b9fd11db0ee (patch) | |
tree | 6d1451d10fcb530e673337ad46e08006712f496e /src/utils | |
parent | 7ff2d2ba8a371d774f220ba5411082bfe95af3a1 (diff) | |
download | Vencord-ba45ecda56d0f5bc19954f56bdb64b9fd11db0ee.tar.gz Vencord-ba45ecda56d0f5bc19954f56bdb64b9fd11db0ee.tar.bz2 Vencord-ba45ecda56d0f5bc19954f56bdb64b9fd11db0ee.zip |
feat(plugin): Last.fm rich presence (#220)
Co-authored-by: Ven <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
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 } }); |