Add a TODO note

This commit is contained in:
chroventer
2020-10-26 09:14:30 -07:00
parent 92a3e7aab0
commit 711adfbeb8
+1
View File
@@ -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";