Skip to content

Instantly share code, notes, and snippets.

@nepthunium
Last active August 2, 2023 07:50
Show Gist options
  • Select an option

  • Save nepthunium/2e6bcd398a2b724af8379f3085ea7cd6 to your computer and use it in GitHub Desktop.

Select an option

Save nepthunium/2e6bcd398a2b724af8379f3085ea7cd6 to your computer and use it in GitHub Desktop.

- PlanetDex discord bot - Privacy Policy

This shows what data is collected by the self hosted bot: Planetdex

Source code

PlanetDex is a selfhosted Ballsdex bot, it uses Ballsdex's source code which you can find here, It may not always be the latest version, and you can check that by using the /about command.

Glossary

  • Bot or instance refers to the copy of the code running the Discord application, with its own data
  • Collectible refers to any object that is meant to be collected, such as countryballs and many other stuff.
  • Application Owners refers to the owners of the Discord application, meaning the one with any form of access to the application's authentication method and data belonging to the instance.
  • "Planetdex moderation team" or "moderation team" refers to the owners of the Discord application and the users they may chose to be part of the moderation team. You may find all the moderators on our Discord Server

What data will be collected

PlanetDex collects the following data from Discord:

  • User IDs, this is used to identify you inside our database

  • Guild IDs (Server IDs), this is used for PlanetDex admins in our support server to know what servers players are in, and know if they own any farm servers

  • Channel IDs, this is used to know in which channel should the collectibles spawn

  • Emoji IDs, this is used to show the emojis in the /completion command.

  • Member count, this is used to determine if the server is a farm server (A farm server will have 15 members or less.)

The following data proper to Planetdex is created and used:

  • The list of collectibles owned by a user of the service
  • A history of trades done on collectibles, including the users that once owned the said collectible but do not anymore

What is the data stored on?

All data is stored on a PostgreSQL server.

Who has access to the data?

Only the application owner (nepthune) have access to the data. The Planetdex moderation team does not have access to the data.

@nepthunium
Copy link
Author

anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment