aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorĐỗ Văn Hoài Tuân <htuan03@gmail.com>2023-04-05 18:02:53 -0700
committerGitHub <noreply@github.com>2023-04-06 03:02:53 +0200
commit2e6c5eacf7d6f3ec92da14fb91302f490962cad5 (patch)
tree56233524dd83a8c424c525cd971c6600a83f14f1 /src/utils/constants.ts
parentc9fd4040127970901aa73535217cf1df0be5bf50 (diff)
downloadVencord-2e6c5eacf7d6f3ec92da14fb91302f490962cad5.tar.gz
Vencord-2e6c5eacf7d6f3ec92da14fb91302f490962cad5.tar.bz2
Vencord-2e6c5eacf7d6f3ec92da14fb91302f490962cad5.zip
BetterFolders: Fix Close all not working (#808)
Diffstat (limited to 'src/utils/constants.ts')
-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 6814fc7..365fd0f 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -245,5 +245,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({
Dziurwa: {
name: "Dziurwa",
id: 787017887877169173n
+ },
+ AutumnVN: {
+ name: "AutumnVN",
+ id: 393694671383166998n
}
});