help text
This commit is contained in:
parent
280bde6b3d
commit
4657f3b813
4 changed files with 14 additions and 1 deletions
Binary file not shown.
|
@ -65,5 +65,14 @@ async def init(self):
|
|||
self.cmd['admin'] = adminHandle
|
||||
self.joins = ["#chaos", "#lickthecheese", "#windowsloser", "#cminecraft", "#team"]
|
||||
|
||||
self.help['admin'] = ['admin - various bot owner commands (more for subcommands)', 'sub-commands of admin, for more info do help admin <command>: quit reload commit part join joins eval']
|
||||
self.help['admin quit'] = ['admin quit <message> - make the bot disconnect','no']
|
||||
self.help['admin reload'] = ['admin reload - reload the modules and configs', 'nothing to see here']
|
||||
self.help['admin commit'] = ['admin commit <action> - oh no (more)', 'suggested with <3 by khux']
|
||||
self.help['admin part'] = ['admin part <channel> - leave a channel', ':o']
|
||||
self.help['admin join'] = ['admin join <channel> - make the bot join a channel','...']
|
||||
self.help['admin joins'] = ['admin joins - join more channels', 'dont reconnect to a bunch of chans when the bots crashing etc']
|
||||
self.help['admin eval'] = ['admin eval <command> - absolute power corrupts absolutely', 'lmao']
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -77,6 +77,10 @@ async def init(self):
|
|||
self.cmd['items'] = invsee
|
||||
self.cmd['goods'] = invsee
|
||||
|
||||
self.help['bake'] = ['bake <item> - bake some stuff', 'dont dirty the oven!']
|
||||
self.help['cheat'] = ['cheat <user> <item> - you are bad if you use it', 'bad bad bad bad']
|
||||
self.help['items'] = ['items - show the stuff in your inventory (more for aliases)', 'aliases for items include: inv, goods']
|
||||
|
||||
self.raw['genGoods'] = generate
|
||||
|
||||
self.bakedGoods = {
|
||||
|
|
|
@ -23,7 +23,7 @@ async def init(self):
|
|||
|
||||
self.help['help'] = ['help command - list commands or show info about one', 'i hope this was helpful']
|
||||
self.help['help command'] = ['help <command> - show more info about a command (more)', 'there is even a more, for a even more in depth look!']
|
||||
|
||||
self.help['more'] = ['more - see more stuff when there is (more)', 'good job you did it lol']
|
||||
|
||||
|
||||
self.more={}
|
||||
|
|
Loading…
Reference in a new issue