Relative Content

Tag Archive for pythondiscorddiscord.py

Discord.py, after 30 minutes have passed since sending a message, I’m unable to edit it

After sending a message using interaction in discord.py, I’m attempting to use buttons to edit it. Editing is possible roughly up to 30 minutes after sending the message, but after that, I encounter the error ‘discord.errors.HTTPException: 401 Unauthorized (error code: 50027): Invalid Webhook Token’ and cannot edit the message. How can I continue to edit the message after this point?