From 3eb65e642891f01f7beafec4f7af2190b5784f57 Mon Sep 17 00:00:00 2001 From: Cellaryllis <95936504+Cellaryllis@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:42:21 +0100 Subject: [PATCH] Add why more avatar functionality won't be added --- messages.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/messages.js b/messages.js index d549c49..8613580 100644 --- a/messages.js +++ b/messages.js @@ -229,5 +229,13 @@ module.exports = [ 'has been created with has the capability of web development, but it is currently experimental, which ' + 'would make it buggy and unstable to use. This decision may change later in the year when the framework ' + 'becomes more stable and once the app is more complete.' + }, + { + names: ["moreavatars", "moreavatar", "more-avatars"], + title: "Avatars", + description: "Talks about why more avatar functionality won't be added", + text: "Adding more uploading avatar functionality is not something that's possible for us, we're funded by Patreon and a non-profit, " + + "alongside self-funding. Storing and uploading avatars comes with a cost that would expand exponentially if we were to add it to " + + "more features." } ]