79228040

Date: 2024-11-26 19:44:35
Score: 1.5
Natty:
Report link

the issue you're facing is maybe cause of discord's limitation on interaction responses, which become invalid after 15 minutes.

this means you can't directly update the same interaction after this time, and you need to implement a workaround to maintain the functionality...

you might:

you can refer - https://docs.discordnet.dev/faq/int_framework/general.html#:~:text=TimeoutException:%20'Cannot%20respond%20to%20an,false%20in%20the%20%5BDiscordSocketConfig%5D.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ufraaan