You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a bug probably. In the meantime you could use the on_raw_thread_update event. You can use a database or just a simple json simple to store the initial values of the tags in a list then compare it with the value from the payload.
Summary
applied_tags does not update when tags are changed on forum posts
Reproduction Steps
Start bot
fetch before.applied_tags
change tags on forum post
fetch after.applied_tags
before.applied_tags == after.applied_tags
Minimal Reproducible Code
Expected Results
applied_tags to return the updated list of tags
Actual Results
applied_tags returns the initial list of tags (collected at bot first run?)
Intents
discord.Intents.default(), intents.members = True
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: