Update galaxy.py
This commit is contained in:
parent
4e4d8c3b15
commit
c4eb4102b8
1 changed files with 2 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue