From c3b10d2ad96a5c8b3d2031812c15ec8558f99845 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 13 Sep 2018 15:31:54 -0500 Subject: [PATCH] Improved some help messages. --- geoffrey/bot.py | 8 +++----- geoffrey/cogs/Add_Commands.py | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/geoffrey/bot.py b/geoffrey/bot.py index fb787cb..5d01b8a 100644 --- a/geoffrey/bot.py +++ b/geoffrey/bot.py @@ -29,11 +29,9 @@ If have a suggestion or if something is borked, you can PM my ding dong of a cre *You must use ?register before adding things to Geoffrey* -Basic Use Case: -Adding your first first base: -?add_base 500 300 -Adding your second base: -?add_base 500 900 Cool Base Name +For a better a explanation on how this bot works go the following link: +https://github.com/joeyahines/Geoffrey/blob/master/README.md + ''' bad_error_message = 'OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The admins at our ' \ diff --git a/geoffrey/cogs/Add_Commands.py b/geoffrey/cogs/Add_Commands.py index debf160..2861a1b 100644 --- a/geoffrey/cogs/Add_Commands.py +++ b/geoffrey/cogs/Add_Commands.py @@ -120,7 +120,7 @@ class Add_Commands: """ Adds an item to a shop's inventory. If you have one shop, the shop name is not required - Quantity for Diamond Price. eg. 32 Dirt for 1D + Quantity for Diamond Price. eg. 32 Dirt for 1D. If the item name has spaces in wrap in in quotes eg "Silk Touch" ?add_item [Item Name] [Quantity] [Price] [Shop name] """ shop_name = get_name(args)