소스 검색

fixed problem

baumsplitter41 2 달 전
부모
커밋
6c47bc820d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      VPD_BOT/cogs/inaktive_remider_dm.py

+ 5 - 0
VPD_BOT/cogs/inaktive_remider_dm.py

@@ -91,6 +91,11 @@ class remiderinactive(commands.Cog):
         
         cursor.close()
         conn.close()
+
+
+
+def setup(bot: discord.Bot):
+    bot.add_cog(remiderinactive(bot))