Ver Fonte

fixed problem

baumsplitter41 há 2 meses atrás
pai
commit
6c47bc820d
1 ficheiros alterados com 5 adições e 0 exclusões
  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))