𖦹𖥦𖦹
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
:kek:
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
npm install opusscript
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
or just use a whole ass different module
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
since its having issues finding the module you should prob also check the opus.node file exist? if its not there run
npm uninstall @discordjs/opus
npm install @discordjs/opus
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
sometimes rebuilding dependencies can help :HmmShrug:
npm rebuild
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
if needed update
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
also make sure you are using a compatible version of Node.js (error mentions
node-v115
, which corresponds to Node.js 16.x.) check current with node -v
26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
you could try runing
npm install @discordjs/opus
to make sure its installed corectly26 replies
DIAdiscord.js - Imagine an app
•Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
error in the image indicates that Node.js application is unable to find the @discordjs/opus module. likely due to a missing or incorrectly installed dependency. :HmmShrug:
26 replies