mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 06:37:29 +00:00
Add timeout response
This commit is contained in:
parent
2be14bc324
commit
04606d4354
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ async def reverse(context):
|
||||||
await selector.wait()
|
await selector.wait()
|
||||||
|
|
||||||
if selector.timed_out:
|
if selector.timed_out:
|
||||||
|
await context.interaction.edit_initial_response('**Timed out.**', components=None)
|
||||||
return
|
return
|
||||||
|
|
||||||
urls = selector.selected
|
urls = selector.selected
|
||||||
|
|
Loading…
Reference in a new issue