diff options
author | Archer <chaseandbuster@gmail.com> | 2023-09-12 17:11:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 23:11:25 +0200 |
commit | a95311ef2cb4f22bd554de97a7b635b3e9d4de06 (patch) | |
tree | ae9500c21995a6f28ba283b365f55fa3b970d3de /src/utils | |
parent | dd23f9802c6cd1c30256fe5916eaba742980691f (diff) | |
download | Vencord-a95311ef2cb4f22bd554de97a7b635b3e9d4de06.tar.gz Vencord-a95311ef2cb4f22bd554de97a7b635b3e9d4de06.tar.bz2 Vencord-a95311ef2cb4f22bd554de97a7b635b3e9d4de06.zip |
lastfm: Add setting for artist name and song title only (#1726)
Co-authored-by: V <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 424c9aa..cd6a7a2 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -370,6 +370,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ blahajZip: { name: "blahaj.zip", id: 683954422241427471n, + }, + archeruwu: { + name: "archer_uwu", + id: 160068695383736320n } } satisfies Record<string, Dev>); |