From 04606d4354e5e89762a47a32ee28db019ea213e5 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 21 Feb 2022 13:41:36 -0600 Subject: [PATCH] Add timeout response --- commands/booru.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/booru.py b/commands/booru.py index 05f46fc..3d8de53 100644 --- a/commands/booru.py +++ b/commands/booru.py @@ -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