2
doncato
2y

So, I have a friend and he asked me to do a discord bot for him. (The language was kinda up to me and I chose Python). Nothing complicated (theoretically). I coded it, tested it and sent it to him. But after installing it, he got a different issue EVERY single day. And he didn't change anything! The most infuriating part is, that I couldn't even reproduce the issues he had. WHY? Why can't it just work? Why can't a simple project not just be simple?

Comments
  • 2
  • 0
    Discord API.

    This is it!
  • 1
    well, my experience with python is: it just breaks. based on major version, based on minor version, sometimes even based on bugfix version. based on if you're running on 32 or 64 bit OS, and in the latter case based on if you're running a 32 or 64 bit build of python.

    the only reason python isn't as much a problem as JS is that it's not as cancerous and taking all of web development hostage.
Add Comment