Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.25 KB

File metadata and controls

33 lines (27 loc) · 1.25 KB

Inertia Lighting | Discord Bot & Api Server | Privacy Policy


Definitions:

  • Roblox
  • Discord
  • Cache
  • Garbage Collection
  • API
  • User = you
  • Guild = our Discord server
  • Bot = our Discord bot
  • Command = a Discord messaging feature used to interact with our Bot
  • API_Server = the web server providing an API for usage in our roblox-products (privacy policy)
  • Database = any method that we employ to store non-cached data

Processed Data:

  • Cached-Only (auto-removed by garbage collection):
    • basic information from http requests (method, path, source, body)
    • verification codes (used with our product-hub)
    • discord messages in our guild intended for our bot
  • Short-Term (Database):
    • api_access_keys
  • Long-Term (Database):
    • user identifiers (discord_user_id, roblox_user_id)
    • hashed api_identity_tokens

This document will be updated in the future to better inform users of how data is managed and stored.