From 8a79a4672adb5a3c5a16acb26cab9481a787662c Mon Sep 17 00:00:00 2001 From: Zastinian Date: Sat, 19 Oct 2024 11:33:57 -0600 Subject: [PATCH] feat: Removed image token --- config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config.js b/config.js index 6b72a9f..cd595ff 100644 --- a/config.js +++ b/config.js @@ -1,10 +1,3 @@ globalThis.packname = "Hedystia Bot"; globalThis.author = "Hedystia"; globalThis.db = require("./db"); - -/** - * @description You need to generate a token you can use the dashboard or the api discord. - * @link https://strangeapi.hostz.me/dashboard - * @link https://discord.gg/f7ADs3Ncu3 - */ -globalThis.imageToken = "";