This commit is contained in:
Skillz4Killz
2022-03-18 04:20:14 +00:00
committed by GitHub
parent 33bafd1f6c
commit cf13780765
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import { delayUntil } from "./utils.ts";
// import { editChannelTests } from "./helpers/channels/editChannel.ts";
import { CACHED_COMMUNITY_GUILD_ID, sanitizeMode } from "./constants.ts";
console.log("[Tests] Starting test preparation")
console.log("[Tests] Starting test preparation");
dotenv({ export: true, path: `${Deno.cwd()}/.env` });
let TOKEN = Deno.env.get("DISCORD_TOKEN");