From e82528e62cc58dad18656b151812e3b4b2b640a5 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 15 Sep 2018 12:57:57 -0500 Subject: [PATCH] improved a few more help messages --- geoffrey/cogs/Add_Commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] """