kinda pepega moment

This commit is contained in:
Histmy 2021-08-18 21:26:00 +02:00
parent a1f50b7480
commit a5d6425eec
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { Client } from "discord.js";
module.exports = { module.exports = {
on_ready: async () => { on_ready: async () => {
console.log("A jedeš!"); console.log("A jedeš!");
if (!process.argv[2]) return; if (!process.argv[2] || process.argv[2] !== "0") 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("221561136028450816");
if (!admin) return; if (!admin) return;

View File

@ -1,7 +1,7 @@
while true while true
do do
cas=`date +"%s"` cas=`date +"%s"`
if node . if node . $?
then then
echo stahuju update echo stahuju update
git stash git stash