aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arthur/exts/kubernetes/deployments.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/arthur/exts/kubernetes/deployments.py b/arthur/exts/kubernetes/deployments.py
index a01f4f6..92deacc 100644
--- a/arthur/exts/kubernetes/deployments.py
+++ b/arthur/exts/kubernetes/deployments.py
@@ -110,12 +110,12 @@ class Deployments(commands.Cog):
timeout=30,
)
except asyncio.TimeoutError:
- await msg.edit(
+ return await msg.edit(
embed=Embed(
title="What is the airspeed velocity of an unladen swallow?",
description=(
"Whatever the answer may be, it's certainly "
- "faster than you could select a confirmation option.",
+ "faster than you could select a confirmation option."
),
colour=Colour.greyple(),
),