diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-26 12:53:56 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-26 12:57:36 +1000 |
commit | 9c688527ec8fb6674ffd98b91c9b597ce3f10d9b (patch) | |
tree | 69b4eda441946c464ece1ca4e01d4f3fe54e95e9 /assets/public/features.json | |
parent | Vscode launch config (diff) | |
download | server-9c688527ec8fb6674ffd98b91c9b597ce3f10d9b.tar.xz |
Rearrange assets a bit, fix anything that uses assets folder
Diffstat (limited to 'assets/public/features.json')
-rw-r--r-- | assets/public/features.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/assets/public/features.json b/assets/public/features.json new file mode 100644 index 00000000..05a858a0 --- /dev/null +++ b/assets/public/features.json @@ -0,0 +1,26 @@ +[ + "ANIMATED_ICON", + "BANNER", + "COMMERCE", + "COMMUNITY", + "DISCOVERABLE", + "DISCOVERABLE_DISABLED", + "ENABLED_DISCOVERABLE_BEFORE", + "HUB", + "INVITE_SPLASH", + "MONETIZATION_ENABLED", + "MORE_EMOJI", + "MORE_STICKERS", + "NEWS", + "PARTNERED", + "PREVIEW_ENABLED", + "PRIVATE_THREADS", + "SEVEN_DAY_THREAD_ARCHIVE", + "THREE_DAY_THREAD_ARCHIVE", + "THREADS_ENABLED", + "TICKETED_EVENTS_ENABLED", + "VANITY_URL", + "VERIFIED", + "VIP_REGIONS", + "WELCOME_SCREEN_ENABLED" +] |