Im trying to make a /giveaway command for my discord bot, but when the user clicks the "join giveaway" button after 15 mins (after the giveaway was created)it says "Application Didn’t Respond"
Is there any way to bypass/solve this?
>Solution :
A button has a default timeout of 200 seconds, and you can bypass that with timeout=none. (Discord.py latest version)
Button(label='No timeout', timeout=None)