-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add watching /help to bot activity * Instantly archive threads * Fix bug with server boost levels reverting * Simplify thread create message even more * Make immediate archive configurable * Improve messages when slow archiving * Add better default buttons on thread create message * Change license to AGPLv3 * Make GitHub understand new license * Try making GitHub show new license info * VERY WIP: Emoji states and better thread author detection * Apply suggestions from code review Co-authored-by: Nicholas Christopher <[email protected]> * Apply more suggestions from code review * Make custom message variables work * Allow newlines in autothread messages * Add NEW emoji for new threads, move archive-immediately command * Run npm install * Make emojis toggleable (customizeable later) * Add option to auto-thread on bots * Create privacy policy * Add sentence about backps * Update example config * Remove unused code * Apply suggestions from code review Co-authored-by: Nicholas Christopher <[email protected]> * Update some wording Co-authored-by: Nicholas Christopher <[email protected]>
- Loading branch information
1 parent
1494f7e
commit f8031be
Showing
23 changed files
with
736 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Privacy policy | ||
|
||
Needle has never and will never collect any personal data. This includes message content, names, IP-adresses, time stamps, member information, etc. | ||
|
||
|
||
## What we collect | ||
We do not collect any data automatically. The only data we collect is user-provided guild configuration data for Needle. When this is provided (by invoking configuration commands), we may collect: | ||
- Guild IDs | ||
- Channel IDs | ||
- Custom responses | ||
- Which features are enabled or disabled | ||
|
||
## Data retention | ||
The data is deleted from the main disk when one of the following occurs: | ||
- Needle is removed from the guild | ||
- A user successfully invokes the `/configure default` command | ||
- A user indicates to us by other means that they want their data deleted | ||
|
||
The data may persist in full-disk copies made for backup-purposes for up to 7 days after it was originally deleted. | ||
|
||
## Where information is processed | ||
Needle is hosted on a data center in Helsinki, Finland by [Hetzner Online GmbH](https://www.hetzner.com/legal/privacy-policy). The bot communicates with [Discord](https://discord.com/privacy)'s API to interact with users. | ||
|
||
## Changes to this privacy policy | ||
We reserve the right to update this privacy policy at any time, with at least 24 hours prior notice in the [Discord support server](https://needle.gg/chat). Your continued use of Needle after the changes have been applied indicates that you agree with the revised privacy policy. | ||
|
||
## Contact | ||
Feel free to contact us at [[email protected]](mailto:[email protected]) if you have any questions about this privacy policy. | ||
|
||
<sub>Last updated and effective: February 3, 2022 - <a href="https://github.com/MarcusOtter/discord-needle/commits/main/PRIVACY_POLICY.md">see update history</a></sub> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.