mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-08 06:49:51 +00:00
If different persistent view instances are used within different message_ids their callbacks will get called without differentiating between them, leading to potential issues such as 404 errors. This change makes it so N views with custom IDs bound to N message_ids will no longer conflict with one another.