co sem mám jako kurva ještě psát???????
This commit is contained in:
parent
92b3c2ec6f
commit
4ec6aa180e
@ -7,7 +7,7 @@ module.exports = {
|
|||||||
console.log("A jedeš!");
|
console.log("A jedeš!");
|
||||||
if (process.argv.length < 3) return;
|
if (process.argv.length < 3) return;
|
||||||
const client: Client = module.exports.client;
|
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;
|
if (!admin) return;
|
||||||
await admin.createDM();
|
await admin.createDM();
|
||||||
admin.dmChannel?.send("pošel jsem ty magore");
|
admin.dmChannel?.send("pošel jsem ty magore");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user