mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-11 21:20:08 +00:00
Fixed "logs" and "tokens" messages.
This commit is contained in:
parent
f24bb96753
commit
cd63ab1ea9
1 changed files with 7 additions and 7 deletions
14
messages.js
14
messages.js
|
|
@ -237,7 +237,7 @@ module.exports = [
|
||||||
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.'
|
'more features. \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)".'
|
||||||
|
|
@ -246,16 +246,16 @@ module.exports = [
|
||||||
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 ' +
|
||||||
"and Tokens are only useful for developers. Later down the road, when third-party integrations are made, you can generate tokens in Simply Plural ' +
|
'and Tokens are only useful for developers. Later down the road, when third-party integrations are made, you can generate tokens in Simply Plural ' +
|
||||||
"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 ' +
|
||||||
" 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