-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TOS and privacy policy #139
Comments
I do not think we need or should create one. Discord covers all of that stuff already itself and people explicitly agree to it when joining a server. Legally its definitely not needed in this case at all. I also dont see a good reason to provide one regardless. And the consequences of providing one that is outdated or legally not fully correct could actually be harmful. |
Regarding ToS, what terms are you thinking about? And are we talking about people using our GitHub code for their own bot projects (cause that is covered by the license already) or about using our bot as an user in our server? In which case everything is covered by our server rules already... |
No activity for almost a month. Rejected and closed. Can be reopened if there are new arguments. |
Sure, we can forget about TOS Still, regarding the privacy policy
Technically yes
It's really really vague, this tells the user absolutely nothing, it's useless tbh From the Discord Developer TOS (2a):
We aren't doing things at all. We've no privacy policy that clearly and accurately describes what information we collect.
If you're afraid at these kind of things, it's only evidence "privacy" doesn't matter. "This feature stores from Discord: (users, message content)" |
The problem I see is that you can be held legally responsible if you do it wrong and formulate the text incorrect. If you find a good template somewhere, we can use it. But if you neither can propose a safe and correct text, nor find any lawyer or something, I would rather not write something than doing it wrong and getting Doppey (as the owner of this organization) or our server into possible legal trouble or getting our server banned by Discord or anything. At that point it would be Doppeys decision honestly. But maybe you can find some nice template for such a privacy notice. |
We dont need to store any user information? or message content As long as User Id, Member name, etc is never written to the log, we are never storing User content? Even if you wish to add persistence (as mentioned in #155) to reconnect to existing bot messages you will only store User ID, message ID and Possibly timestamp and it will be deleted after a short time period. As long as you don't store the member name or message content your not storing any person-ably identifiable information and as long as its getting deleted with a short roll over the data cant even be used for telemetry or heuristics or demographics |
From Discord's own Privacy Policy, as long as we don't store any sensitive information, we're fine. Storing messages in public "a server" chat rooms, logs, user ids and such are fine from their end. So it should be fine from ours too since this info is technically publicly available to anyone in the server Still, we should avoid storing those if we don't need to, and borgrel's idea of a test for that is a good one, although it might be hard to test since it's almost asking for a test across the whole bot "all possible logging functions and such" |
Since it's a community server, never mind. Didn't think about that :p |
https://discord.com/developers/docs/legal#section-2-user-privacy-and-security
Doesn't sound optional |
Fair. Then we will write something. |
Is your feature request related to a problem? Please describe.
No privacy policy / TOS
Describe the solution you'd like
Creation of privacy policy and TOS
This also needs to be added to the bot on the developer portal
This should also be added to the bot's about me section (description in the developer portal
The text was updated successfully, but these errors were encountered: