소스 검색

Fixing errors on the how_to_team Cog

BaumSplitter41 4 달 전
부모
커밋
16864f2e6f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      VPD_BOT/cogs/how_to_team.py

+ 2 - 2
VPD_BOT/cogs/how_to_team.py

@@ -5,7 +5,7 @@ from discord.commands import slash_command
 import os
 from dotenv import load_dotenv
 
-class how_to_team(commands.Cog):
+class howtteam(commands.Cog):
     def __init__(self, bot: discord.Bot):
         self.bot = bot
 
@@ -50,4 +50,4 @@ class how_to_team(commands.Cog):
 
 
 def setup(bot: discord.Bot):
-    bot.add_cog(how_to_team(bot))
+    bot.add_cog(howtteam(bot))