Update galaxy.py

This commit is contained in:
SeaswimmerTheFsh 2023-06-03 08:26:48 -04:00 committed by GitHub
parent 4e4d8c3b15
commit c4eb4102b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,8 @@ class Galaxy(commands.Cog):
@commands.group(autohelp=True) @commands.group(autohelp=True)
async def insurance(self, ctx: commands.Context): 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() @insurance.command()
async def miner(self, ctx: commands.Context, cost: int): async def miner(self, ctx: commands.Context, cost: int):