mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Add a TODO note
This commit is contained in:
@@ -21,6 +21,7 @@ import {
|
|||||||
import { editChannel } from "../src/handlers/channel.ts";
|
import { editChannel } from "../src/handlers/channel.ts";
|
||||||
import { getChannel } from "../src/handlers/guild.ts";
|
import { getChannel } from "../src/handlers/guild.ts";
|
||||||
|
|
||||||
|
// TODO: add DISCORD_TOKEN variable to GitHub secrets
|
||||||
const token = Deno.env.get("DISCORD_TOKEN");
|
const token = Deno.env.get("DISCORD_TOKEN");
|
||||||
if (!token) throw "Token is not provided";
|
if (!token) throw "Token is not provided";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user