From 243495480e880a86d1a4496d132d1ad552ebfb29 Mon Sep 17 00:00:00 2001 From: stolenvw Date: Fri, 7 May 2021 18:09:12 -0400 Subject: Added code for showing percent of world explored. Will not show right on an existing world --- code/botcmds/helpcmds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/botcmds/helpcmds.py') diff --git a/code/botcmds/helpcmds.py b/code/botcmds/helpcmds.py index aa32dcb..2cf899f 100644 --- a/code/botcmds/helpcmds.py +++ b/code/botcmds/helpcmds.py @@ -45,11 +45,11 @@ class Help(commands.Cog): if ctx.channel.id == config.LOGCHAN_ID or commands.is_owner(): return True - @commands.command() + @commands.command(hidden=True) @commands.check(chancheck) # @commands.bot_has_permissions(add_reactions=True,embed_links=True) async def help(self, ctx, *input): - """Shows all modules of that bot""" + """Shows all modules of the bot""" # !SET THOSE VARIABLES TO MAKE THE COG FUNCTIONAL! prefix = config.BOT_PREFIX -- cgit v1.2.3-54-g00ecf