aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/kubernetes/deployments.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-18 03:45:05 +0100
committerGravatar Joe Banks <[email protected]>2021-07-18 03:45:05 +0100
commitecf8bfd41d13084e17d2c562c6f18cf31bd72926 (patch)
tree017274c47de2db6a03e40ebad7e5a4834526a9f7 /arthur/exts/kubernetes/deployments.py
parentfeat: use message components to confirm deployments (diff)
feat: add spice to confirmation options
Diffstat (limited to 'arthur/exts/kubernetes/deployments.py')
-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 070e65b..2ae5db6 100644
--- a/arthur/exts/kubernetes/deployments.py
+++ b/arthur/exts/kubernetes/deployments.py
@@ -105,8 +105,8 @@ class Deployments(commands.Cog):
except asyncio.TimeoutError:
await msg.edit(
embed=Embed(
- title="Confirm timed out",
- description="Respond earlier when making your choice.",
+ 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.",
colour=Colour.greyple(),
),
components=[],