From 688dc304dae2195742d1d12d80adb8b7122f0b5d Mon Sep 17 00:00:00 2001 From: Cellaryllis <95936504+Cellaryllis@users.noreply.github.com> Date: Mon, 21 Mar 2022 09:05:40 +0100 Subject: [PATCH] Add tokens --- messages.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/messages.js b/messages.js index 8613580..68a05f2 100644 --- a/messages.js +++ b/messages.js @@ -237,5 +237,13 @@ module.exports = [ 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." + }, + { + names: ["token", "tokens", ""], + title: "Tokens", + description: "Talks about what Simply Plural Tokens are", + text: "Simply Plural Tokens are to enable Third-party integrations development for developers. Right now, there are no Third-party integrations yet " + + "and Tokens are only useful for developers. Later down the road, when Third-party integrations are made, you can generate tokens in Simply Plural " + + "to use those integrations." } ]