From 4ec6aa180e966f4c4d394f6cde0bd14081019440 Mon Sep 17 00:00:00 2001 From: Histmy Date: Thu, 19 Aug 2021 21:06:47 +0200 Subject: [PATCH] =?UTF-8?q?co=20sem=20m=C3=A1m=20jako=20kurva=20je=C5=A1t?= =?UTF-8?q?=C4=9B=20ps=C3=A1t=3F=3F=3F=3F=3F=3F=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/onReady.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/onReady.ts b/src/modules/onReady.ts index c26213d..e8d6a52 100644 --- a/src/modules/onReady.ts +++ b/src/modules/onReady.ts @@ -7,7 +7,7 @@ module.exports = { console.log("A jedeš!"); if (process.argv.length < 3) return; const client: Client = module.exports.client; - const admin = client.users.cache.get("221561136028450816"); + const admin = client.users.cache.get(process.env.ADMIN_ID ?? ""); if (!admin) return; await admin.createDM(); admin.dmChannel?.send("pošel jsem ty magore");