diff --git a/privacy-policy.md b/privacy-policy.md new file mode 100644 index 000000000..85903e86f --- /dev/null +++ b/privacy-policy.md @@ -0,0 +1,11 @@ +# Privacy Policy + +## Profile Information +Nadeko stores User IDs, avatars, usernames, discriminators and nicknames of users who were targeted by or have used commands which require Xp, Clubs or Waifu features (not limited to these, as other features may be added over time). + +## Other +Nadeko doesn't do analytics, doesn't store messages, doesn't track users, doesn't store their emails etc. +Nadeko only stores user settings and states as the result of executed commands or as the effect of administration tools (for example warnings or protection commands). + +## Sensitive Information +Nadeko doesn't store sensitive information, and users are strongly discouraged from adding their passwords, keys, or other important information as quotes or expressions. \ No newline at end of file diff --git a/src/NadekoBot/Modules/Xp/XpService.cs b/src/NadekoBot/Modules/Xp/XpService.cs index ab0dc7649..7b9216d92 100644 --- a/src/NadekoBot/Modules/Xp/XpService.cs +++ b/src/NadekoBot/Modules/Xp/XpService.cs @@ -1355,7 +1355,8 @@ public class XpService : INService, IReadyExecutor, IExecNoCommand UserId = userId, IsUsing = false, ItemKey = key, - ItemType = type + ItemType = type, + DateAdded = DateTime.UtcNow, }); return BuyResult.Success; diff --git a/src/NadekoBot/data/strings/responses/responses.en-US.json b/src/NadekoBot/data/strings/responses/responses.en-US.json index 734b5fcaf..df6943f5b 100644 --- a/src/NadekoBot/data/strings/responses/responses.en-US.json +++ b/src/NadekoBot/data/strings/responses/responses.en-US.json @@ -999,7 +999,7 @@ "feature_limit_reached_you": "You've reached the limit of {0} for the {1} feature. You may be able to increase this limit by upgrading your patron tier.", "feature_limit_reached_owner": "Server owner has reached the limit of {0} for the {1} feature. Server owner may be able to upgrade this limit by upgrading patron tier.", "feature_limit_reached_either": "The limit of {0} for the {1} feature has been reached. Either you or the server owner may able to upgrade this limit by upgrading the patron tier.", - "feature_required_tier": "Using this feature requires patron tier {0} or higher.", + "xp_shop_required_tier": "Buying items from the shop requires Patron Tier {0} or higher.", "available_commands": "Available Commands", "tier": "Tier", "pledge": "Pledge",