Updated music system with new extractor and small tweaks

This commit is contained in:
2024-08-23 20:21:46 +02:00
parent d350552d25
commit 3c8848f615
6 changed files with 83 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ export class ExtendedClient extends Client {
async start() {
let token: string
if (process.env.NODE_ENV === "dev" && process.env.TYPESCRIPT) {
if (process.env.NODE_ENV === "dev" && process.env.TYPESCRIPT === "true") {
console.log(color("Running in development mode. [ts-node]", "lavender"))
token = env.dev.devtoken!
autoDeployCommands("ts", this)