diff --git a/geoffrey/cogs/Add_Commands.py b/geoffrey/cogs/Add_Commands.py index 5609468..7592791 100644 --- a/geoffrey/cogs/Add_Commands.py +++ b/geoffrey/cogs/Add_Commands.py @@ -36,7 +36,7 @@ class Add_Commands: @commands.cooldown(5, 60, commands.BucketType.user) 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] """ @@ -61,7 +61,7 @@ class Add_Commands: @commands.cooldown(5, 60, commands.BucketType.user) 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] """