We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4706642 commit 966ef93Copy full SHA for 966ef93
test/unit/middlewares/authorizeBot.test.js
@@ -4,7 +4,6 @@ const expect = require("chai").expect;
4
const bot = require("../../utils/generateBotToken");
5
const jwt = require("jsonwebtoken");
6
const { HEADERS } = require("../../../constants/constants.ts");
7
-
8
const { BAD_TOKEN, CLOUDFLARE_WORKER, CRON_JOB_HANDLER, DISCORD_SERVICE } = require("../../../constants/bot");
9
10
describe("Middleware | Authorize Bot", function () {
0 commit comments