From 4657f3b81378f961e6ab99338b70405497f31565 Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Mon, 6 Apr 2020 21:32:57 -0400 Subject: [PATCH] help text --- modules/__pycache__/help.cpython-36.pyc | Bin 1155 -> 1155 bytes modules/admin.py | 9 +++++++++ modules/bake.py | 4 ++++ modules/help.py | 2 +- 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/modules/__pycache__/help.cpython-36.pyc b/modules/__pycache__/help.cpython-36.pyc index a929689a7b1b94679cdbb796f58618a7d7f7b276..344cd30652d68d1b22b2e0a9e02d3e87725f4cba 100644 GIT binary patch delta 15 WcmZqXZ02M$=H=zmy0Ve2mIVMCqyww~ delta 15 WcmZqXZ02M$=H=yjdwC;UEeil3F$8V^ diff --git a/modules/admin.py b/modules/admin.py index fcd3985..1f3d7e2 100644 --- a/modules/admin.py +++ b/modules/admin.py @@ -64,6 +64,15 @@ async def adminHandle(self, chan, source, msg): 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 : quit reload commit part join joins eval'] + self.help['admin quit'] = ['admin quit - 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 - oh no (more)', 'suggested with <3 by khux'] + self.help['admin part'] = ['admin part - leave a channel', ':o'] + self.help['admin join'] = ['admin join - 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 - absolute power corrupts absolutely', 'lmao'] diff --git a/modules/bake.py b/modules/bake.py index 9526b70..208c3ff 100644 --- a/modules/bake.py +++ b/modules/bake.py @@ -77,6 +77,10 @@ async def init(self): self.cmd['items'] = invsee self.cmd['goods'] = invsee + self.help['bake'] = ['bake - bake some stuff', 'dont dirty the oven!'] + self.help['cheat'] = ['cheat - 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 = { diff --git a/modules/help.py b/modules/help.py index d734955..5951e3d 100644 --- a/modules/help.py +++ b/modules/help.py @@ -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 - 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={}