43

Welp, time to rewrite entire Discord bot due to new Terms of Service.. Life is good, right?

Comments
  • 5
    What is your bot doing?
  • 5
    What has changed and why do you have to rewrite your bot?
  • 6
    Welcome to devRant!
  • 1
    I'm having to rewrite mine to support shading pretty soon. Looking forward to that...
  • 3
    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.
  • 1
    Also, rewriting your bot to support sharding sounds overkill.
  • 2
    *tactical dot*
    .
    I'm writing a Discord bot too.
  • 3
    Hey, fellow discord users! Are you all in devRant discord?
  • 2
    @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...
  • 3
    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.
  • 0
    @Frederikam since when is no encryption "reasonable security"?
  • 0
    @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.
  • 1
  • 1
    @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.
Add Comment