diff options
author | Andrew-DLO <130631092+Andrew-DLO@users.noreply.github.com> | 2023-08-11 17:23:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 02:23:00 +0200 |
commit | 742f5cf556254ac23eb3f74cdbcd691d5ebcb533 (patch) | |
tree | daf0302d90641cdd31db346b5abb265241718c52 /src/utils/constants.ts | |
parent | 3b3da90c44967712fbceaa86393505451d206676 (diff) | |
download | Vencord-742f5cf556254ac23eb3f74cdbcd691d5ebcb533.tar.gz Vencord-742f5cf556254ac23eb3f74cdbcd691d5ebcb533.tar.bz2 Vencord-742f5cf556254ac23eb3f74cdbcd691d5ebcb533.zip |
feat(plugin): SecretRingToneEnabler (#1570)
Co-authored-by: V <vendicated@riseup.net>
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 1cb746a..3266e24 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -331,6 +331,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "rad", id: 610945092504780823n }, + AndrewDLO: { + name: "Andrew-DLO", + id: 434135504792059917n + }, HypedDomi: { name: "HypedDomi", id: 354191516979429376n |