From 711adfbeb826b7a7e1db86472e4fdaabad0ea5de Mon Sep 17 00:00:00 2001 From: chroventer Date: Mon, 26 Oct 2020 09:14:30 -0700 Subject: [PATCH] Add a TODO note --- tests/mod.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mod.test.ts b/tests/mod.test.ts index df782a719..cbedc4a69 100644 --- a/tests/mod.test.ts +++ b/tests/mod.test.ts @@ -21,6 +21,7 @@ import { import { editChannel } from "../src/handlers/channel.ts"; import { getChannel } from "../src/handlers/guild.ts"; +// TODO: add DISCORD_TOKEN variable to GitHub secrets const token = Deno.env.get("DISCORD_TOKEN"); if (!token) throw "Token is not provided";