Haha more formatting.

This commit is contained in:
Aleksei 2020-07-23 16:07:56 -04:00
parent 6f19c24a6b
commit 6f35dd71a2

View File

@ -8,30 +8,30 @@ This document is also accessible to users within Discord through the
`~privacy` command. `~privacy` command.
## The data we store ## The data we store
###Guild Data: ### Guild Data:
Guild Snowflakes (IDs) - Generated by Discord Guild Snowflakes (IDs) - Generated by Discord
###User Data: ### User Data:
User Snowflakes (IDs) - Generated by Discord User Snowflakes (IDs) - Generated by Discord
###User Content: ### User Content:
Permanent links to user-provided images supplied in gallery channels. Permanent links to user-provided images supplied in gallery channels.
## Why we store it and how we use it ## Why we store it and how we use it
###Guild Data: ### Guild Data:
Guild IDs are stored so that the bot may use custom prefixes and settings Guild IDs are stored so that the bot may use custom prefixes and settings
as a guild's administrators see fit. It is also used to prevent the bot as a guild's administrators see fit. It is also used to prevent the bot
from joining a guild, should the guild prove to be abusing or misusing from joining a guild, should the guild prove to be abusing or misusing
either the bot, or Discord/Jagex Terms of Service. either the bot, or Discord/Jagex Terms of Service.
###User Data: ### User Data:
User IDs are stored mainly for image attribution, to give proper credit User IDs are stored mainly for image attribution, to give proper credit
to users who submit their screenshots to the gallery. to users who submit their screenshots to the gallery.
User IDs may also be used to prevent a user from utilizing some or all User IDs may also be used to prevent a user from utilizing some or all
features of the bot, if the user is proven to be abusing or misusing it. features of the bot, if the user is proven to be abusing or misusing it.
###User Content: User Content:
Images posted to gallery channels are not stored directly. The bot Images posted to gallery channels are not stored directly. The bot
first uploads them to a private imgur gallery, and retrieves the link. first uploads them to a private imgur gallery, and retrieves the link.
This link is then stored in the bot's database as part of the gallery. This link is then stored in the bot's database as part of the gallery.