瀏覽代碼

fixings on the /how_to_ cogs files

BaumSplitter41 4 月之前
父節點
當前提交
e96a4a0454
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      VPD_BOT/cogs/how_to_start.py
  2. 1 1
      VPD_BOT/cogs/how_to_team.py

+ 1 - 1
VPD_BOT/cogs/how_to_start.py

@@ -30,7 +30,7 @@ class howtostart(commands.Cog):
 
 
 #Command initialization
-    @bot.slash_command(name="howtostart", description= "Get Infos")
+    @bot.slash_command(name="how_to_start", description= "Get Infos")
     async def how_to_start(
         self,
         ctx,

+ 1 - 1
VPD_BOT/cogs/how_to_team.py

@@ -7,7 +7,7 @@ class howtoteam(commands.Cog):
         self.bot = bot
 
 #Command initialsation
-    @slash_command(name="howtoteam", description="Get Infos on how to join the Team on this Server")
+    @slash_command(name="how_to_team", description="Get Infos on how to join the Team on this Server")
     async def how_to_team(self, ctx: discord.ApplicationContext):
         server = ctx.guild