Improved some help messages.

doc_update
Joey Hines 2018-09-13 15:31:54 -05:00
parent 984c693c88
commit c3b10d2ad9
2 changed files with 4 additions and 6 deletions

View File

@ -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* *You must use ?register before adding things to Geoffrey*
Basic Use Case: For a better a explanation on how this bot works go the following link:
Adding your first first base: https://github.com/joeyahines/Geoffrey/blob/master/README.md
?add_base 500 300
Adding your second base:
?add_base 500 900 Cool Base Name
''' '''
bad_error_message = 'OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The admins at our ' \ bad_error_message = 'OOPSIE WOOPSIE!! Uwu We made a fucky wucky!! A wittle fucko boingo! The admins at our ' \

View File

@ -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 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] ?add_item [Item Name] [Quantity] [Price] [Shop name]
""" """
shop_name = get_name(args) shop_name = get_name(args)