Selaa lähdekoodia

fixings on the /how_to_ cogs files

BaumSplitter41 4 kuukautta sitten
vanhempi
sitoutus
e96a4a0454
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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