1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-11-01 13:02:38 +00:00

Add timeout response

This commit is contained in:
Myned 2022-02-21 13:41:36 -06:00
parent 2be14bc324
commit 04606d4354
No known key found for this signature in database
GPG key ID: 33790F979F7A28B8

View file

@ -46,6 +46,7 @@ async def reverse(context):
await selector.wait()
if selector.timed_out:
await context.interaction.edit_initial_response('**Timed out.**', components=None)
return
urls = selector.selected