mirror of
https://github.com/DarthKilroy/Spot.git
synced 2026-02-04 02:26:48 +00:00
Fixed "avatars" and "tokens" commands.
This commit is contained in:
parent
cd63ab1ea9
commit
581d0d98a3
1 changed files with 3 additions and 3 deletions
|
|
@ -237,10 +237,10 @@ module.exports = [
|
|||
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, ' +
|
||||
'alongside self-funding. Storing and uploading avatars comes with a cost that would expand exponentially if we were to add it to ' +
|
||||
'more features. \n'
|
||||
'more features. \n' +
|
||||
|
||||
'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)". '
|
||||
},
|
||||
{
|
||||
names: ["token", "tokens"],
|
||||
|
|
@ -248,7 +248,7 @@ module.exports = [
|
|||
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 ' +
|
||||
'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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue