remove debug log

This commit is contained in:
Mylloon 2023-04-27 20:39:06 +02:00
parent 751c1f1161
commit 4270e09011
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,7 +10,6 @@ import { logStart } from "./utils/misc";
export const run = async () => {
console.log("Starting Botanique...");
console.log(process.env.DP_FORCE_YTDL_MOD);
// Client Discord.JS
const client_name = "Client";
await loadClient()