Changed over quotation marks to apostrophes due to other commands being apostrophes.

This commit is contained in:
rainbunny 2022-08-25 03:21:16 -05:00 committed by GitHub
parent 971bb7275f
commit 53cf88f6a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
module.exports = [ module.exports = [
{ {
names: [ names: [
"add-friend", 'add-friend',
"add-friends", 'add-friends',
"addfriend", 'addfriend',
"addfriends", 'addfriends',
"af", '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",
@ -23,7 +23,7 @@ module.exports = [
}, },
{ {
names: [ names: [
"add-set-front", 'add-set-front',
'addsetfront', 'addsetfront',
'addset-front', 'addset-front',
'add-setfront', 'add-setfront',
@ -48,10 +48,10 @@ module.exports = [
}, },
{ {
names: [ names: [
"avatar", 'avatar',
"avatars", 'avatars',
"images", 'images',
"image", '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",
@ -62,11 +62,11 @@ module.exports = [
}, },
{ {
names: [ names: [
"custom-fields", 'custom-fields',
"customfields", 'customfields',
"custom-field", 'custom-field',
"customfield", 'customfield',
"cfi", 'cfi',
], ],
description: 'Talks about the "custom fields" feature.', description: 'Talks about the "custom fields" feature.',
title: "Custom fields", title: "Custom fields",
@ -78,11 +78,11 @@ module.exports = [
}, },
{ {
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",
@ -96,7 +96,7 @@ module.exports = [
}, },
{ {
names: [ names: [
"front-history-importing", 'front-history-importing',
'fronthistoryimporting', 'fronthistoryimporting',
'fronthistory-importing', 'fronthistory-importing',
'front-historyimporting', 'front-historyimporting',
@ -119,7 +119,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",
@ -134,8 +134,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",
@ -151,11 +151,11 @@ module.exports = [
}, },
{ {
names: [ names: [
"see-members", 'see-members',
"seemembers", 'seemembers',
"seemember", 'seemember',
"see-member", 'see-member',
"sm", '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",
@ -211,11 +211,11 @@ module.exports = [
}, },
{ {
names: [ names: [
"system-relationships", 'system-relationships',
"system-relationship", 'system-relationship',
"systemrelationships", 'systemrelationships',
"systemrelationship", 'systemrelationship',
"sr", 'sr',
], ],
description: 'Explains what "system relationships" are.', description: 'Explains what "system relationships" are.',
title: "System relationships", title: "System relationships",
@ -227,7 +227,7 @@ 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.',
@ -240,7 +240,13 @@ module.exports = [
}, },
{ {
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, ' +
@ -251,7 +257,10 @@ module.exports = [
'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 ' +
@ -259,7 +268,10 @@ 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.\nPlease send the logs to the developers by ' +