From c4eb4102b8eef51e565ca00c107e8e23732df411 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Sat, 3 Jun 2023 08:26:48 -0400 Subject: [PATCH] Update galaxy.py --- galaxy/galaxy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 593ca50..715850f 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -120,7 +120,8 @@ class Galaxy(commands.Cog): @commands.group(autohelp=True) async def insurance(self, ctx: commands.Context): - """Calculates insurance.""" + """Calculates insurance. + Please only use the value of a ship (from ``/shipinfo``) to calculate insurance and **not** ship cost.""" @insurance.command() async def miner(self, ctx: commands.Context, cost: int):