diff options
author | Cloudburst <18114966+C10udburst@users.noreply.github.com> | 2023-02-28 23:13:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 23:13:49 +0100 |
commit | c91b0df6071639471cd41b481e7188259a3c1159 (patch) | |
tree | 812d0f5765225e8021df6546703df61d98b7a897 /src | |
parent | f56d99e133ffd3c3baef2d6ece2bc9bc12278a01 (diff) | |
download | Vencord-c91b0df6071639471cd41b481e7188259a3c1159.tar.gz Vencord-c91b0df6071639471cd41b481e7188259a3c1159.tar.bz2 Vencord-c91b0df6071639471cd41b481e7188259a3c1159.zip |
GMPolyfill: add header prop (#543)
Diffstat (limited to 'src')
-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 0805872..d5faa43 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -201,5 +201,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ lewisakura: { name: "lewisakura", id: 96269247411400704n + }, + cloudburst: { + name: "cloudburst", + id: 892128204150685769n } }); |