Data Privacy

Locker stores some data in its database to function properly. None of this stored data contains any user information.

Below is an explanation of what Locker stores specifically and why:

  • guildId: The ID of the guild/server the bot is in, since it has per-server configs.

  • ownerId: The ID of the person owning the server.

  • prefix: ; by default, but a different one when set.

  • locklist: Array of IDs of the channels the bot should consider for locking.

  • lockState: A boolean (0 or 1) that keeps track if the server has currently locked the channels in the locklist.

  • logChannel: Optionally the ID of the channel that it will log its commands to, if this isn't set up it's just empty.

  • last_updated: a UNIX timestamp which keeps track how long ago the last config change was.

Last updated

Was this helpful?