-
How are you? I always appreciate to all contributors for creating and making improved this amazing library. And today, I found there is no information about archiver_id in discord api docs https://discord.com/developers/docs/resources/channel#thread-metadata-object. or are there ways to get it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, yes it seems like that information is not in the thread metadata |
Beta Was this translation helpful? Give feedback.
Hello, yes it seems like that information is not in the thread metadata
according to this commit:
discord/discord-api-docs@82c98ba
You should use the audit log as the source of truth
So you probably will need an listener for audit_log_entry_create
Edit: Or just iterate through the Guild.audit_logs (however discord doesn't keep entries indefinitely, so you need to store them in some way if you need them for longer)
and then check for thread updates