Discord bot working!
This commit is contained in:
parent
215a8d138a
commit
5aa80f4491
4 changed files with 48 additions and 19 deletions
BIN
secrets/dcbot.age
Normal file
BIN
secrets/dcbot.age
Normal file
Binary file not shown.
|
|
@ -4,6 +4,10 @@
|
|||
file = ./transfer-sh.age;
|
||||
owner = "jsw";
|
||||
};
|
||||
dcbot = {
|
||||
file = ./dcbot.age;
|
||||
owner = "dcbot";
|
||||
};
|
||||
password.file = ./password.age;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ let
|
|||
in {
|
||||
"transfer-sh.age".publicKeys = systems;
|
||||
"password.age".publicKeys = systems;
|
||||
"dcbot.age".publicKeys = systems;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue