feat: changed discord token path

This commit is contained in:
Nick 2025-10-03 01:51:29 -05:00
parent c8980357d0
commit 3eb13c3da1

View file

@ -17,7 +17,7 @@ in
mode = "600";
};
"discord-token" = {
path = "${paths.path0}/zookeeper/.env";
path = "./.config/zookeeper/.env";
owner = user0;
};
};