mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
fix: token check
This commit is contained in:
@@ -36,6 +36,8 @@ import { deleteChannelOverwriteTests } from "./helpers/channels/deleteChannelOve
|
||||
import { editChannelTests } from "./helpers/channels/editChannel.ts";
|
||||
import { CACHED_COMMUNITY_GUILD_ID, sanitizeMode } from "./constants.ts";
|
||||
|
||||
if (!UNITTEST_TOKEN) throw new Error("Token was not provided.");
|
||||
|
||||
const botId = BigInt(atob(UNITTEST_TOKEN.split(".")[0]));
|
||||
|
||||
let startedAt = 0;
|
||||
|
||||
Reference in New Issue
Block a user