Improved some help messages.
parent
984c693c88
commit
c3b10d2ad9
|
@ -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 ' \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue