not at all
diff --git a/src/index.ts b/src/index.ts
index a3a8d38..306ca50 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -13,6 +13,9 @@
     } else {
         client.fetchedCommands = await client.application?.commands.fetch()!;
     }
+    setInterval(async () => {
+        await client.database.premium.checkAllPremium();
+    }, 1000 * 60 * 3);
 });
 process.on("unhandledRejection", (err) => { console.error(err) });
 process.on("uncaughtException", (err) => { console.error(err) });