이 프로젝트는 discord-rpc
라는 패키지를 사용하여 만들어졌습니다. 그런 다음 여기를 클릭하십시오
node.js
비주얼 스튜디오 코드
git
불화
∎ 여기를 클릭 한 다음 화면의 왼쪽 상단으로 이동하여 응용 프로그램 작성을보고 이름을 지정하여 Discord Developer Portal로 이동하십시오.
◙ 그런 다음 Rich Presence
Category에서 애플리케이션을 클릭하면 Art Assets
클릭 할 수 있습니다.
cover 표지 이미지를 당신의 존재의 미결 이미지로 설정하십시오.
scroll 아래로 스크롤하여 "자산 추가"를 클릭 한 다음 큰 이미지와 작은 이미지로 제공하려는 이미지를 선택하면 512 x 512의 크기가 적어야합니다.
package.json 파일 유형 npm install discord-rpc
후에 편집기 유형 npm init -y
의 터미널로 이동하면 나머지 필링 세부 정보는 기본 파일 인 파일 index.js
에 있습니다.
◙ 세부 사항과 물건을 작성한 후 터미널 및 node index.js
입력하여 폴더를 실행하십시오.
참고 : Visual Studio Code에서 Discord Prention을 사용하는 경우 Command Prompt
또는 Powershell
에서 폴더를 실행하십시오.
config.json
으로 이동하십시오
{
"ClientID" : "" , //Take the client id from the discord developer portal
"LargeImage" : "" , //The name of your image that you have saved in the art asset of your application
"LargeImageText" : "" , //If you wanna mention the large image when you hover your mouse then fill this whatever you want
"SmallImage" : "" , //Name of your image that you have saved in the art asset of your application
"SmallImageText" : "" , //If you wanna mention the small image when hover the cursor then fill this up whatever you want
"Button1" : "" , // Name of the first button you wanna provide
"Url1" : "" , // Link that you wanna get redirected to
"Button2" : "" , // Name of the second button you wanna provide
"Url2" : "" , // Link that you wanna get redirected to after clicking the button
"State" : "" , // State that you wanna mention
"Details" : "" // Details that you wanna mention
}
버튼이 작동하지 않지만 다른 사람에게는 효과가 있다고 걱정하지 마십시오.
config.json
으로 이동하십시오
{
"ClientID" : "790838692280926238" ,
"LargeImage" : "sunglasses_" ,
"LargeImageText" : "Dumb Normies" ,
"SmallImage" : "5845cd430b2a3b54fdbaecf8" ,
"SmallImageText" : "Reeeeee" ,
"Button1" : "Click Me" ,
"Url1" : "https://blobby.ml" ,
"Button2" : "Click Me" ,
"Url2" : "https://github.com/BlobbyDev/Discord-Rich-Presence" ,
"State" : "You Suck" ,
"Details" : "Hey Normies"
}
이것 (이것은 당신이 원하는 것을 바꿀 수있는 예일뿐입니다) :-
Discord Server에 가입하여 추가 지원을 받고 어울리십시오 !!