diff options
| author | 2021-07-18 03:45:05 +0100 | |
|---|---|---|
| committer | 2021-07-18 03:45:05 +0100 | |
| commit | ecf8bfd41d13084e17d2c562c6f18cf31bd72926 (patch) | |
| tree | 017274c47de2db6a03e40ebad7e5a4834526a9f7 | |
| parent | feat: use message components to confirm deployments (diff) | |
feat: add spice to confirmation options
| -rw-r--r-- | arthur/exts/kubernetes/deployments.py | 4 |
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=[], |