discord.js에서 제공하는 가이드를 따라 구성하였습니다.
https://github.com/discordjs/discord.js
-
index.js
- 클라이언트 생성 및 로그인
- command 파일 목록 핸들링
- event 파일 목록 핸들링
-
commands
- slash(/) command 정의
-
events
- 이벤트 핸들링 정의
-
deploy-command.js
- 작성된 command 목록 배포
mule-heo
discord.js에서 제공하는 가이드를 따라 구성하였습니다.
https://github.com/discordjs/discord.js
index.js
commands
events
deploy-command.js
mule-heo