aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorAmia <9750071+aamiaa@users.noreply.github.com>2023-05-31 17:41:06 +0200
committerV <vendicated@riseup.net>2023-05-31 19:14:17 +0200
commit5938c7d67cafab88f183d48e03058850e236c21b (patch)
tree6fd4b4714d1a87923fb6d386525dc0c4ed4b7d4e /src/utils
parent99d8b8b75f828b93181ff28ef66bdc52e952d5fb (diff)
downloadVencord-5938c7d67cafab88f183d48e03058850e236c21b.tar.gz
Vencord-5938c7d67cafab88f183d48e03058850e236c21b.tar.bz2
Vencord-5938c7d67cafab88f183d48e03058850e236c21b.zip
Plugin: NoPendingCount (#1216)
Co-authored-by: V <vendicated@riseup.net>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 7e1f95f..0e53313 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -315,6 +315,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "UwU",
id: 691413039156690994n,
},
+ amia: {
+ name: "amia",
+ id: 142007603549962240n
+ },
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly