JsKingBoo / SableyeBot3

Competitive Pokemon Discord Bot
8 stars 7 forks source link

Add privacy policy #23

Closed Stalruth closed 3 years ago

Stalruth commented 3 years ago

Barebones privacy policy, sets out data collection and usage as per the Discord Seveloper Terms of Service, specifically Section 2(a).

I just need you to review this to ensure it is true and accurate.

JsKingBoo commented 3 years ago

SableyeBot also logs to console the full message (including args, flags, server ID, user id, username, and discriminator) if it receives a bad input that causes SableyeBot to crash

https://github.com/JsKingBoo/SableyeBot3/blob/9ec9677a18d207e7d19d4f7a6cd8529ed7bd1581/utils/CommandManager.js#L119

this was implemented bc a long time ago sableyebot kept hanging/crashing due to someone spamming a bugged command, but at the time I didn't know that

JsKingBoo commented 3 years ago

lgtm