mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-12 13:40:08 +00:00
Merge pull request #3 from rainbunny/spot-changes-1
Adding more command alternatives.
This commit is contained in:
commit
5a8d5d4c6d
1 changed files with 63 additions and 39 deletions
102
messages.js
102
messages.js
|
|
@ -8,10 +8,11 @@
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"add-friend",
|
'add-friend',
|
||||||
"add-friends",
|
'add-friends',
|
||||||
"addfriend",
|
'addfriend',
|
||||||
"af",
|
'addfriends',
|
||||||
|
'af',
|
||||||
],
|
],
|
||||||
description: 'Explains how to troubleshoot not being able to add a friend.',
|
description: 'Explains how to troubleshoot not being able to add a friend.',
|
||||||
title: "Add friend",
|
title: "Add friend",
|
||||||
|
|
@ -22,7 +23,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"add-set-front",
|
'add-set-front',
|
||||||
'addsetfront',
|
'addsetfront',
|
||||||
'addset-front',
|
'addset-front',
|
||||||
'add-setfront',
|
'add-setfront',
|
||||||
|
|
@ -30,8 +31,10 @@ module.exports = [
|
||||||
'addset',
|
'addset',
|
||||||
'add-front',
|
'add-front',
|
||||||
'addfront',
|
'addfront',
|
||||||
|
'addtofront',
|
||||||
'set-front',
|
'set-front',
|
||||||
'setfront',
|
'setfront',
|
||||||
|
'settofront',
|
||||||
'asf',
|
'asf',
|
||||||
],
|
],
|
||||||
description: 'Talks about how to set who is fronting in the application.',
|
description: 'Talks about how to set who is fronting in the application.',
|
||||||
|
|
@ -45,8 +48,10 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"avatar",
|
'avatar',
|
||||||
"avatars"
|
'avatars',
|
||||||
|
'images',
|
||||||
|
'image',
|
||||||
],
|
],
|
||||||
description: 'Explains why avatars uploaded to Simply Plural does not sync to PluralKit',
|
description: 'Explains why avatars uploaded to Simply Plural does not sync to PluralKit',
|
||||||
title: "Uploaded Avatars",
|
title: "Uploaded Avatars",
|
||||||
|
|
@ -57,26 +62,28 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"custom-fields",
|
'custom-fields',
|
||||||
"customfields",
|
'customfields',
|
||||||
"customfield",
|
'custom-field',
|
||||||
"cfi",
|
'customfield',
|
||||||
|
'cfi',
|
||||||
],
|
],
|
||||||
description: 'Talks about the "custom fields" feature.',
|
description: 'Talks about the "custom fields" feature.',
|
||||||
title: "Custom fields",
|
title: "Custom fields",
|
||||||
text:
|
text:
|
||||||
'Custom fields are customizable fields for members such as: Birthday, Favorite Food, System Role, etc... ' +
|
'Custom fields are customizable fields for members such as: Birthday, Favorite Food, System Role, etc... \n' +
|
||||||
'You can set them up in settings -> Custom Fields. Every field has its own privacy, so you can set some fields ' +
|
'\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 ' +
|
'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. '
|
'how many custom fields you can have. '
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"custom-front",
|
'custom-front',
|
||||||
"custom-fronts",
|
'custom-fronts',
|
||||||
"customfront",
|
'customfront',
|
||||||
"customfronts",
|
'customfronts',
|
||||||
"cf",
|
'cf',
|
||||||
],
|
],
|
||||||
description: 'Explains what "custom front" is.',
|
description: 'Explains what "custom front" is.',
|
||||||
title: "Custom fronts",
|
title: "Custom fronts",
|
||||||
|
|
@ -90,7 +97,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"front-history-importing",
|
'front-history-importing',
|
||||||
'fronthistoryimporting',
|
'fronthistoryimporting',
|
||||||
'fronthistory-importing',
|
'fronthistory-importing',
|
||||||
'front-historyimporting',
|
'front-historyimporting',
|
||||||
|
|
@ -113,7 +120,7 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"messaging",
|
'messaging',
|
||||||
],
|
],
|
||||||
description: 'Talks about the possibility of having a messaging feature.',
|
description: 'Talks about the possibility of having a messaging feature.',
|
||||||
title: "Messaging",
|
title: "Messaging",
|
||||||
|
|
@ -128,8 +135,8 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"notifications",
|
'notifications',
|
||||||
"notification",
|
'notification',
|
||||||
],
|
],
|
||||||
description: 'Explains how your friends can get notifications from your system.',
|
description: 'Explains how your friends can get notifications from your system.',
|
||||||
title: "Notifications",
|
title: "Notifications",
|
||||||
|
|
@ -145,10 +152,11 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"see-members",
|
'see-members',
|
||||||
"seemembers",
|
'seemembers',
|
||||||
"seembmer",
|
'seemember',
|
||||||
"sm",
|
'see-member',
|
||||||
|
'sm',
|
||||||
],
|
],
|
||||||
description: 'Explains how to allow your friends to see your members.',
|
description: 'Explains how to allow your friends to see your members.',
|
||||||
title: "See members",
|
title: "See members",
|
||||||
|
|
@ -204,10 +212,11 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"system-relationships",
|
'system-relationships',
|
||||||
"system-relationship",
|
'system-relationship',
|
||||||
"systemrelationships",
|
'systemrelationships',
|
||||||
"sr",
|
'systemrelationship',
|
||||||
|
'sr',
|
||||||
],
|
],
|
||||||
description: 'Explains what "system relationships" are.',
|
description: 'Explains what "system relationships" are.',
|
||||||
title: "System relationships",
|
title: "System relationships",
|
||||||
|
|
@ -219,31 +228,41 @@ module.exports = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: [
|
names: [
|
||||||
"website",
|
'website',
|
||||||
],
|
],
|
||||||
title: "Website",
|
title: "Website",
|
||||||
description: 'Talks about the possibility of having a web portal for Simply Plural.',
|
description: 'Talks about the possibility of having a web portal for Simply Plural.',
|
||||||
text:
|
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 ' +
|
'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 ' +
|
'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.'
|
'it to "Integrations" to be able for importing from PluralKit, syncing to PluralKit and exporting to PluralKit.'
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["moreavatars", "moreavatar", "more-avatars", "moreimages", "more-images"],
|
names: [
|
||||||
|
'moreavatars',
|
||||||
|
'moreavatar',
|
||||||
|
'more-avatars',
|
||||||
|
'moreimages',
|
||||||
|
'more-images',
|
||||||
|
],
|
||||||
title: "Avatars",
|
title: "Avatars",
|
||||||
description: "Talks about why more avatar functionality won't be added",
|
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, ' +
|
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 ' +
|
'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' +
|
'more features. \n' +
|
||||||
|
'\n' +
|
||||||
'However, you can add images to any text box that supports Markdown by using "" and adding an image link ' +
|
'However, you can add images to any text box that supports Markdown by using `` and adding an image link ' +
|
||||||
'inside of "(link)". '
|
'inside of "(link)". '
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["token", "tokens"],
|
names: [
|
||||||
|
'token',
|
||||||
|
'tokens',
|
||||||
|
],
|
||||||
title: "Tokens",
|
title: "Tokens",
|
||||||
description: "Talks about what Simply Plural Tokens are",
|
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 ' +
|
text: 'Simply Plural Tokens are to enable third-party integrations development for developers. Right now, there are no third-party integrations yet ' +
|
||||||
|
|
@ -251,10 +270,15 @@ module.exports = [
|
||||||
'to use those integrations. '
|
'to use those integrations. '
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["logs", "log"],
|
names: [
|
||||||
|
'logs',
|
||||||
|
'log',
|
||||||
|
],
|
||||||
title: "Logs",
|
title: "Logs",
|
||||||
description: "Talks about how to provide logs to the developers",
|
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 ' +
|
'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! '
|
'email hello@apparyllis.com. Then, we can look into what\'s happening! '
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue