baumsplitter41 2 сар өмнө
parent
commit
6c47bc820d

+ 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))