mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
privacy policy
This commit is contained in:
parent
ce127c8782
commit
4e037f9188
3 changed files with 39 additions and 4 deletions
|
@ -1,3 +1,16 @@
|
|||
module.exports.DISCORD_INVITES = Object.freeze({
|
||||
support: "https://discord.gg/8c4p6xcjru",
|
||||
privacy: "https://discord.gg/sQs8FhcTGh"
|
||||
})
|
||||
|
||||
module.exports.PRIVACY_POLICY_SECTIONS = [
|
||||
'labsCore does not collect any sort of data about its users.',
|
||||
'If the bot encounters unexpected errors we report information about the server, channel, user and command/command arguments (excluding images) to a private log in order to assist with debugging and fixing the problem. You can reference the provided error ID in our support server for further details.',
|
||||
`Images modified via our proprietary api are never stored outside of the channel you executed the command in.`
|
||||
]
|
||||
|
||||
module.exports.PRIVACY_POLICY_LAST_UPDATE = 1655325547140
|
||||
|
||||
module.exports.COLORS = Object.freeze({
|
||||
"error": 15548997,
|
||||
"success": 6411359,
|
||||
|
@ -109,8 +122,6 @@ module.exports.GUILD_FEATURES = Object.freeze({
|
|||
"BOT_DEVELOPER_EARLY_ACCESS": "<:i:903276631173509130> Forum Channels Early Access"
|
||||
})
|
||||
|
||||
module.exports.DISCORD_INVITE = `https://discord.gg/8c4p6xcjru`
|
||||
|
||||
module.exports.TIKTOK_VOICES = [
|
||||
{
|
||||
"name": "English AU - Female",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue