Cassitly
Cassitly
ive gotten into this issues as well, i dont know which lines of code did its so heres all of it const { Client, Intents, DiscordAPIError, Collection, GatewayIntentBits, REST, Routes...
and also here the error ConnectTimeoutError: Connect Timeout Error at onConnectTimeout (C:\Users\jedik\IdeaProjects\NextUptime-Bot\node_module s\undici\lib\core\connect.js:131:24) at C:\Users\jedik\IdeaProjects\NextUptime-Bot\node_modules\undici\lib\core\ connect.js:78:46 at Immediate._onImmediate (C:\Users\jedik\IdeaProjects\NextUptime-Bot\node_ modules\undici\lib\core\connect.js:117:33) at processImmediate (node:internal/timers:466:21) { code: 'UND_ERR_CONNECT_TIMEOUT'
You could try looking at this code where, I think the controls are registered. https://github.com/w-okada/voice-changer/blob/0318700981cc455f27716ba392c73c48724e7b82/client/lib/worklet/src/voice-changer-worklet-processor.ts
You can create a fork for this and modify the code to automate that using an local server. something like this: ```javascript const express = require('express'); const app = express();...
 This ``isRecording = false`` value, you could change to a public instead of private. Meaning you can access it in your http server file. **(Note: Since this is in...