chore: merge branch dev to main #94

Merged
Anri merged 6 commits from dev into main 2023-04-27 22:11:29 +02:00
Showing only changes of commit 4270e09011 - Show all commits

View file

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