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?>
Discord.py View ruft nicht "on_timeout ()" -Methode auf ⇐ Python
-
- Similar Topics
- Replies
- Views
- Last post