Adding more command alternatives.

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

View file

@ -11,6 +11,7 @@ module.exports = [
"add-friend", "add-friend",
"add-friends", "add-friends",
"addfriend", "addfriend",
"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.',
@ -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.',
@ -46,7 +49,9 @@ 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",
@ -59,6 +64,7 @@ module.exports = [
names: [ names: [
"custom-fields", "custom-fields",
"customfields", "customfields",
"custom-field",
"customfield", "customfield",
"cfi", "cfi",
], ],
@ -147,7 +153,8 @@ module.exports = [
names: [ names: [
"see-members", "see-members",
"seemembers", "seemembers",
"seembmer", "seemember",
"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.',
@ -207,6 +214,7 @@ module.exports = [
"system-relationships", "system-relationships",
"system-relationship", "system-relationship",
"systemrelationships", "systemrelationships",
"systemrelationship",
"sr", "sr",
], ],
description: 'Explains what "system relationships" are.', description: 'Explains what "system relationships" are.',