mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-04 02:26:48 +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-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.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue