improved a few more help messages
parent
a7a017fdd4
commit
e82528e62c
|
@ -36,7 +36,7 @@ class Add_Commands:
|
||||||
@commands.cooldown(5, 60, commands.BucketType.user)
|
@commands.cooldown(5, 60, commands.BucketType.user)
|
||||||
async def add_base(self, ctx, x_pos: int, z_pos: int, *args):
|
async def add_base(self, ctx, x_pos: int, z_pos: int, *args):
|
||||||
"""
|
"""
|
||||||
Adds your base to the database. The base name is optional if this your first base
|
Adds your base to the database. The base name is optional if this is your first base
|
||||||
?add_base [X Coordinate] [Z Coordinate] [Base Name]
|
?add_base [X Coordinate] [Z Coordinate] [Base Name]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ class Add_Commands:
|
||||||
@commands.cooldown(5, 60, commands.BucketType.user)
|
@commands.cooldown(5, 60, commands.BucketType.user)
|
||||||
async def add_shop(self, ctx, x_pos: int, z_pos: int, *args):
|
async def add_shop(self, ctx, x_pos: int, z_pos: int, *args):
|
||||||
"""
|
"""
|
||||||
Adds your shop to the database. The name is optional if this your first shop
|
Adds your shop to the database. The name is optional if this is your first shop
|
||||||
?add_shop [X Coordinate] [Z Coordinate] [Shop Name]
|
?add_shop [X Coordinate] [Z Coordinate] [Shop Name]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue