Discord bot working!

This commit is contained in:
Jurn Wubben 2025-04-02 12:15:05 +02:00
parent 97a56b4db5
commit bcc455bfff
4 changed files with 48 additions and 19 deletions

BIN
secrets/dcbot.age Normal file

Binary file not shown.

View file

@ -4,6 +4,10 @@
file = ./transfer-sh.age;
owner = "jsw";
};
dcbot = {
file = ./dcbot.age;
owner = "dcbot";
};
password.file = ./password.age;
};
}

View file

@ -9,4 +9,5 @@ let
in {
"transfer-sh.age".publicKeys = systems;
"password.age".publicKeys = systems;
"dcbot.age".publicKeys = systems;
}