From 212f308100ca9d99451964b439258519b21ad788 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 30 Jul 2023 12:25:46 -0400 Subject: [PATCH] misc: added disclaimer about decimals to command help --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index b4ac129..755dd25 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -118,7 +118,7 @@ class Galaxy(commands.Cog): @commands.group(autohelp=True) async def insurance(self, ctx: commands.Context): """Calculates insurance. - Please only use the value of a ship (from ``/shipinfo``) to calculate insurance and **not** ship cost.""" + Please only use the value of a ship (from ``/shipinfo``) to calculate insurance and **not** ship cost. Decimals do not work properly with this command, just remove them.""" async def _insurance(self, ship_class: str, value: str): """This function does the actual math and configures the embed.