How To Delete All Messages On Discord (undiscord js script)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 11

  • @marble_wraith
    @marble_wraith 10 วันที่ผ่านมา

    How do we know the messages are actually deleted and not just marked as "deleted" internally on the servers?
    It seems pretty unlikely discord would store the the changes to messages, because those diffs would significantly increase file storage needed for servers. Thus i propose the script should change each message content to random gibberish first, then delete.

    • @ghosttogether
      @ghosttogether  10 วันที่ผ่านมา

      @@marble_wraith Hm, isn't that up to how Discord API works? The script only helps delete messages in bulk, but it still just calls the delete api (i think). Unless i'm missing the point of your post, It's common for messenger apps to mark messages as deleted; perhaps for investigating various legal cases. But i think generally there is probably still a time frame in which Discord will internally delete deleted messages to reduce database volume.

    • @ghosttogether
      @ghosttogether  10 วันที่ผ่านมา

      @@marble_wraith The script maker might see this message once this video gets out there.

  • @respony
    @respony 8 วันที่ผ่านมา

    Error searching messages, API responded with status 401!
    {"message":"401: Unauthorized","code":0}
    CoreException {}
    I am getting an error like this. I want to delete my DM box with a user but I am getting this error. Can you please help me?

  • @adam.s.r.o
    @adam.s.r.o 9 วันที่ผ่านมา

    hello, I have such a problem, I installed everything according to the tutorial, but when I want to delete chat data in discord, it gives me such a problem
    Error searching messages, API responded with status 401!
    {"message":"401: Unauthorized","code":0}
    CoreException {}

    • @ghosttogether
      @ghosttogether  9 วันที่ผ่านมา

      Are you trying to delete your own or someone else's messages? Are you in a server owned by you and your user has admin delete privileges?

  • @Jack-il1ty
    @Jack-il1ty 11 วันที่ผ่านมา +2

    How to do in Android device ?

    • @ghosttogether
      @ghosttogether  11 วันที่ผ่านมา +1

      @@Jack-il1ty Next tutorial i guess

    • @Jack-il1ty
      @Jack-il1ty 11 วันที่ผ่านมา +1

      @@ghosttogether ok

  • @rhayz
    @rhayz 7 วันที่ผ่านมา

    How do I completely get rid of them from my computer after?

    • @ghosttogether
      @ghosttogether  7 วันที่ผ่านมา

      They are stored on Discord's own online servers, as I understand it. I don't think the messages actually reside on your computer's hard drive.