whguswo / discord-musicbot

discord.js로 만든 디스코드 음악봇입니다.
12 stars 14 forks source link

windows 11 sodium 설치 오류 #1

Closed Habai1 closed 1 year ago

Habai1 commented 1 year ago

2023-07-16T01_19_07_308Z-debug-0.log

Habai1 commented 1 year ago

@whguswo

whguswo commented 1 year ago

@whguswo

It seems from the error log that the issue is related to the 'windows-build-tools' package. If you can't find a solution by looking into other issues, it might be a good idea to consider using a different audio library.

Habai1 commented 1 year ago

@whguswo 님 바꿔도 이오류가나요 PS C:\Users\PC\Downloads\discord-musicbot-main (3)\discord-musicbot-main> node deploy-command.js C:\Users\PC\Downloads\discord-musicbot-main (3)\discord-musicbot-main\index.js:22 client.commands.set(command.data.name, command);

TypeError: Cannot read properties of undefined (reading 'name') at Object. (C:\Users\PC\Downloads\discord-musicbot-main (3)\discord-musicbot-main\index.js:22:38) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1119:32) at Module._load (node:internal/modules/cjs/loader:960:12) at Module.require (node:internal/modules/cjs/loader:1143:19) at require (node:internal/modules/cjs/helpers:110:18) at Object. (C:\Users\PC\Downloads\discord-musicbot-main (3)\discord-musicbot-main\manageQueue.js:3:19) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)

Node.js v18.16.1

이러네요

Habai1 commented 1 year ago

discord 닉네임 좀 알려주세요

whguswo commented 1 year ago

I have confirmed the occurrence of an error in "deploy-command.js." I have now patched it so that when you run "index.js," the command will be applied automatically.