Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY static static
COPY --from=blog-builder /srv/jekyll/build/ ./static/blog

ENV PATH="$PATH:/usr/games"
ENV TZ=Europe/Prague
COPY ./static/amogus.cow /usr/share/cowsay/cows

ARG ACTOR
Expand Down
4 changes: 2 additions & 2 deletions src/tg/init.deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ export async function init() {
);
}, 2000);

Deno.cron("tuuuuuuuuuu", "0 11 * * 4#1", () => {
Deno.cron("tuuuuuuuuuu", "0 12 * * 4#1", () => {
tgCall({
text:
"TÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚÚ",
});
});

Deno.cron("Oh no Here comes one now", "0 19 * * *", () => {
Deno.cron("Oh no Here comes one now", "0 20 * * *", () => {
if (previousMorningSticker && !previousMorningSticker.has_reaction) {
tgCall(
{
Expand Down
Loading