From 971bb7275f8b0c67c7b1236aa7a97055c61cf2b9 Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:09:09 -0500 Subject: [PATCH 1/4] Adding more command alternatives. --- messages.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/messages.js b/messages.js index 7cf63c6..633a0c7 100644 --- a/messages.js +++ b/messages.js @@ -11,6 +11,7 @@ module.exports = [ "add-friend", "add-friends", "addfriend", + "addfriends", "af", ], description: 'Explains how to troubleshoot not being able to add a friend.', @@ -30,8 +31,10 @@ module.exports = [ 'addset', 'add-front', 'addfront', + 'addtofront', 'set-front', 'setfront', + 'settofront', 'asf', ], description: 'Talks about how to set who is fronting in the application.', @@ -46,7 +49,9 @@ module.exports = [ { names: [ "avatar", - "avatars" + "avatars", + "images", + "image", ], description: 'Explains why avatars uploaded to Simply Plural does not sync to PluralKit', title: "Uploaded Avatars", @@ -59,6 +64,7 @@ module.exports = [ names: [ "custom-fields", "customfields", + "custom-field", "customfield", "cfi", ], @@ -147,7 +153,8 @@ module.exports = [ names: [ "see-members", "seemembers", - "seembmer", + "seemember", + "see-member", "sm", ], description: 'Explains how to allow your friends to see your members.', @@ -207,6 +214,7 @@ module.exports = [ "system-relationships", "system-relationship", "systemrelationships", + "systemrelationship", "sr", ], description: 'Explains what "system relationships" are.', From 53cf88f6a9d68500aed32a6b819613ad844aa265 Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:21:16 -0500 Subject: [PATCH 2/4] Changed over quotation marks to apostrophes due to other commands being apostrophes. --- messages.js | 88 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 38 deletions(-) diff --git a/messages.js b/messages.js index 633a0c7..4568b30 100644 --- a/messages.js +++ b/messages.js @@ -8,11 +8,11 @@ module.exports = [ { names: [ - "add-friend", - "add-friends", - "addfriend", - "addfriends", - "af", + 'add-friend', + 'add-friends', + 'addfriend', + 'addfriends', + 'af', ], description: 'Explains how to troubleshoot not being able to add a friend.', title: "Add friend", @@ -23,7 +23,7 @@ module.exports = [ }, { names: [ - "add-set-front", + 'add-set-front', 'addsetfront', 'addset-front', 'add-setfront', @@ -48,10 +48,10 @@ module.exports = [ }, { names: [ - "avatar", - "avatars", - "images", - "image", + 'avatar', + 'avatars', + 'images', + 'image', ], description: 'Explains why avatars uploaded to Simply Plural does not sync to PluralKit', title: "Uploaded Avatars", @@ -62,11 +62,11 @@ module.exports = [ }, { names: [ - "custom-fields", - "customfields", - "custom-field", - "customfield", - "cfi", + 'custom-fields', + 'customfields', + 'custom-field', + 'customfield', + 'cfi', ], description: 'Talks about the "custom fields" feature.', title: "Custom fields", @@ -78,11 +78,11 @@ module.exports = [ }, { names: [ - "custom-front", - "custom-fronts", - "customfront", - "customfronts", - "cf", + 'custom-front', + 'custom-fronts', + 'customfront', + 'customfronts', + 'cf', ], description: 'Explains what "custom front" is.', title: "Custom fronts", @@ -96,7 +96,7 @@ module.exports = [ }, { names: [ - "front-history-importing", + 'front-history-importing', 'fronthistoryimporting', 'fronthistory-importing', 'front-historyimporting', @@ -119,7 +119,7 @@ module.exports = [ }, { names: [ - "messaging", + 'messaging', ], description: 'Talks about the possibility of having a messaging feature.', title: "Messaging", @@ -134,8 +134,8 @@ module.exports = [ }, { names: [ - "notifications", - "notification", + 'notifications', + 'notification', ], description: 'Explains how your friends can get notifications from your system.', title: "Notifications", @@ -151,11 +151,11 @@ module.exports = [ }, { names: [ - "see-members", - "seemembers", - "seemember", - "see-member", - "sm", + 'see-members', + 'seemembers', + 'seemember', + 'see-member', + 'sm', ], description: 'Explains how to allow your friends to see your members.', title: "See members", @@ -211,11 +211,11 @@ module.exports = [ }, { names: [ - "system-relationships", - "system-relationship", - "systemrelationships", - "systemrelationship", - "sr", + 'system-relationships', + 'system-relationship', + 'systemrelationships', + 'systemrelationship', + 'sr', ], description: 'Explains what "system relationships" are.', title: "System relationships", @@ -227,7 +227,7 @@ module.exports = [ }, { names: [ - "website", + 'website', ], title: "Website", description: 'Talks about the possibility of having a web portal for Simply Plural.', @@ -240,7 +240,13 @@ module.exports = [ }, { - names: ["moreavatars", "moreavatar", "more-avatars", "moreimages", "more-images"], + names: [ + 'moreavatars', + 'moreavatar', + 'more-avatars', + 'moreimages', + 'more-images', + ], 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, ' + @@ -251,7 +257,10 @@ module.exports = [ 'inside of "(link)". ' }, { - names: ["token", "tokens"], + 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 ' + @@ -259,7 +268,10 @@ module.exports = [ 'to use those integrations. ' }, { - names: ["logs", "log"], + names: [ + 'logs', + 'log', + ], title: "Logs", description: "Talks about how to provide logs to the developers", text: 'You\'ve been requested to provide logs to the developers in response to the replied message.\nPlease send the logs to the developers by ' + From e085c84fb63ddf90d2ce768cbdb35c7b4e940a22 Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:37:09 -0500 Subject: [PATCH 3/4] Fixing the entering of some commands. --- messages.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/messages.js b/messages.js index 4568b30..962fe2d 100644 --- a/messages.js +++ b/messages.js @@ -71,8 +71,9 @@ module.exports = [ description: 'Talks about the "custom fields" feature.', title: "Custom fields", text: - 'Custom fields are customizable fields for members such as: Birthday, Favorite Food, System Role, etc... ' + - 'You can set them up in settings -> Custom Fields. Every field has its own privacy, so you can set some fields ' + + 'Custom fields are customizable fields for members such as: Birthday, Favorite Food, System Role, etc... \n' + + '\n' + + 'You can set them up in Settings -> Custom Fields. Every field has its own privacy, so you can set some fields ' + 'to be seen by all your friends, only your trusted friends or only your own system. There is no limit to ' + 'how many custom fields you can have. ' }, @@ -232,9 +233,10 @@ module.exports = [ title: "Website", description: 'Talks about the possibility of having a web portal for Simply Plural.', text: - 'There is a web version of the app at https://app.apparyllis.com/ . ' + + 'There is a web version of the app at https://app.apparyllis.com/ . \n' + + '\n' + 'Please note there are some minor differences from the app version (such as uploading avatars, etc). \n ' + - + '\n' + 'As a reminder, your PluralKit token won\'t transfer to the website automatically, so you\'ll need to re-add ' + 'it to "Integrations" to be able for importing from PluralKit, syncing to PluralKit and exporting to PluralKit.' @@ -252,7 +254,7 @@ 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. \n' + - + '\n' + 'However, you can add images to any text box that supports Markdown by using "![text](link)" and adding an image link ' + 'inside of "(link)". ' }, @@ -274,7 +276,9 @@ module.exports = [ ], title: "Logs", description: "Talks about how to provide logs to the developers", - text: 'You\'ve been requested to provide logs to the developers in response to the replied message.\nPlease send the logs to the developers by ' + + text: 'You\'ve been requested to provide logs to the developers in response to the replied message.\n ' + + '\n' + + 'Please send the logs to the developers by ' + 'going to Settings -> Options and scroll to the bottom and click \"Share logs\", then select Discord or email. Send them to Amaryllis on Discord or ' + 'email hello@apparyllis.com. Then, we can look into what\'s happening! ' } From 989fdcff323a5a0f619e17d06a4249bc4ae69bfd Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:44:55 -0500 Subject: [PATCH 4/4] Fixing "![text](link)" not showing. --- messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.js b/messages.js index 962fe2d..1772ce5 100644 --- a/messages.js +++ b/messages.js @@ -255,7 +255,7 @@ module.exports = [ 'alongside self-funding. Storing and uploading avatars comes with a cost that would expand exponentially if we were to add it to ' + 'more features. \n' + '\n' + - 'However, you can add images to any text box that supports Markdown by using "![text](link)" and adding an image link ' + + 'However, you can add images to any text box that supports Markdown by using `![text](link)` and adding an image link ' + 'inside of "(link)". ' }, {