Prechádzať zdrojové kódy

fixing help_team command json loading and changing command name of help_team command.

baumsplitter41 4 mesiacov pred
rodič
commit
2eb2e55345
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      VPD_BOT/cogs/help_start.py
  2. 1 1
      VPD_BOT/cogs/help_team.py

+ 1 - 1
VPD_BOT/cogs/help_start.py

@@ -9,7 +9,7 @@ class helpstart(commands.Cog):
 
 
 #Command initialization
-    @slash_command(name="help_how_to_start", description= "Get Infos")
+    @slash_command(name="help_how_to_start", description= "Get Infos how to start playing on the server")
     async def help_how_to_start(
         self,
         ctx,

+ 1 - 1
VPD_BOT/cogs/help_team.py

@@ -9,7 +9,7 @@ class helpteam(commands.Cog):
         self.bot = bot
 
 
-    @slash_command(name="help_how_to_team", description="Get Infos on how to join the Team")
+    @slash_command(name="help__team", description="Get Infos on how to join the Team")
     async def help_how_to_team(self, ctx: discord.ApplicationContext):
         server = ctx.guild