mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-15 23:20:08 +00:00
Adding more command alternatives.
This commit is contained in:
parent
33e258184f
commit
971bb7275f
1 changed files with 10 additions and 2 deletions
12
messages.js
12
messages.js
|
|
@ -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.',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue