Discord.py View ruft nicht "on_timeout ()" -Methode aufPython

Python-Programme
Anonymous
 Discord.py View ruft nicht "on_timeout ()" -Methode auf

Post by Anonymous »

class MyView(discord.ui.View):
async def on_timeout(self):
print('TIMEOUT')
...
< /code>
Wenn ich die Zeitüberschreitungszeit auf 15 Minuten festgelegt habe, funktioniert es, aber wenn ich sie auf 24 Stunden festlegt, funktioniert es nicht. < /p>
discord.errors.ConnectionClosed: Shard ID None WebSocket closed with 1000< /code>

Wenn ich das sehe, scheint es, als würde der Anruf nicht getätigt. Ist das das Problem?>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post