diff options
| author | Mel <einebeere@gmail.com> | 2022-04-04 00:18:04 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-04-04 00:18:04 +0200 |
| commit | b80bda2da026086523f1de8f460637a376c53bf2 (patch) | |
| tree | f9b31f2e42582e72b4a0859eb0abc7aad1a02c50 /Taskfile.yml | |
| parent | 4cbe353d824d5064ee6f72f4693ee3c759b50e0a (diff) | |
| download | jinx-b80bda2da026086523f1de8f460637a376c53bf2.tar.zst jinx-b80bda2da026086523f1de8f460637a376c53bf2.zip | |
Grab bot token from enviroment variables
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index e421547..c8c7960 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,5 +1,7 @@ version: "3" +dotenv: [".env"] + tasks: build: desc: "Builds Jinx binaries." |
