misc: added disclaimer about decimals to command help

This commit is contained in:
Seaswimmer 2023-07-30 12:25:46 -04:00
parent bfd75bca4a
commit 212f308100
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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.