Skip to content

Instantly share code, notes, and snippets.

@IceeMC
Last active August 14, 2020 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IceeMC/f0880b8266a37382d7d6e16eece8a930 to your computer and use it in GitHub Desktop.
Save IceeMC/f0880b8266a37382d7d6e16eece8a930 to your computer and use it in GitHub Desktop.
  1. What data does this bot store?
  • Guild IDs
  • Channel IDs
  • User IDs
  • Role IDs
  • User defined timezones
  1. Why do we need the data, and why do we use this data?

    a) Guilds IDs' are stored for configuration settings (such as auto moderation, configuration settings and such.)

    b) Channel IDs' are stored for moderation settings (action logs and message logs)

    c) User IDs' are stored for moderation actions (such as mutes and temp bans)

    d) Role IDs' are stored for mute role purposes only.

    e) Timezones' are stored on user request when using the timezone command, (running the command and passing no arguments removes the timezone from you.)

  2. Other than Discord, do we share your data with any 3rd parties? No, we do not share data with any 3rd parties!

  3. How can users get data removed, or how can users contact the bot owner? They can contact me, Ice#4710 as my friend requests are open (though, I don't have DMs enabled!)

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