diff options
author | RuiNtD <RuiNtD@outlook.com> | 2023-03-24 21:00:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 04:00:27 +0100 |
commit | bbf3c74cb206e427877f65cbb52f318abeb0cda0 (patch) | |
tree | f2e92598a440e3920c80b1bcbacf975bd5fb6ac0 /src/utils/constants.ts | |
parent | 93cb51a975ce457d6091dc7b0230610f3b958bef (diff) | |
download | Vencord-bbf3c74cb206e427877f65cbb52f318abeb0cda0.tar.gz Vencord-bbf3c74cb206e427877f65cbb52f318abeb0cda0.tar.bz2 Vencord-bbf3c74cb206e427877f65cbb52f318abeb0cda0.zip |
Update LastFM plugin (#483)
Co-authored-by: Ven <vendicated@riseup.net>
Co-authored-by: Sofia Lima <me@dzshn.xyz>
Diffstat (limited to 'src/utils/constants.ts')
-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 bacf914..e7ac09a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -202,6 +202,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "lewisakura", id: 96269247411400704n }, + RuiNtD: { + name: "RuiNtD", + id: 157917665162297344n + }, hunt: { name: "hunt-g", id: 222800179697287168n |