Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Probably not. They revised the terms a few days ago. I develop FredBoat and I don't see how it breaks the terms, even as it logs messages required for operation without consent. You also no longer need to encrypt user data, just use reasonable security.
-
@redstonetehnik I'm not, but I would like to 😀
And I would also like to hear how is your bot breaking the new terms of service... -
My bot saves chat and such without consent currently, and saves it in pure text format instead of any form or encrypted text.
I plan on rather using PGP keys and messages for encryption now, and I'll have to make it automatically require you to either consent with saving or get kicked. -
Kaylum1457y@Frederikam I'm using the Discord.py library. The library is being rewritten right now, and the rewrite has auto-sharding in it. I'd rather just rewrite it to support the new D.py lib rather than put sharding in what I have now.
-
@endor I would consider it to be reasonably secure if you can only reach the plaintext logfiles over SSH or sFTP. It's not like you're storing passwords, person data or credit card info.
Related Rants
Welp, time to rewrite entire Discord bot due to new Terms of Service.. Life is good, right?
undefined
tos
discord
java