diff options
author | Arrow <arrow@arrowsysx.com> | 2023-08-10 15:17:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 00:17:29 +0200 |
commit | abdf4ebb05ea9a20966096d062887a4f5c734e44 (patch) | |
tree | 5b65eb628717ba489fdb72ebb9336e7f04dfe46b /src/utils | |
parent | fa124d8877ff5f9927a6524768774d5e68b888cc (diff) | |
download | Vencord-abdf4ebb05ea9a20966096d062887a4f5c734e44.tar.gz Vencord-abdf4ebb05ea9a20966096d062887a4f5c734e44.tar.bz2 Vencord-abdf4ebb05ea9a20966096d062887a4f5c734e44.zip |
feat(plugin): NoSentryConsole (#1623)
Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
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 667e396..1cb746a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -339,6 +339,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Rini", id: 1079479184478441643n }, + Arrow: { + name: "arrow", + id: 958158495302176778n + }, } satisfies Record<string, Dev>); // iife so #__PURE__ works correctly |