このプロジェクトは、 discord-rpc
という名前のパッケージを使用して作成されます。この存在の簡単なバージョンを取得したい場合は、ここをクリックすることで詳細を表示できますが、ボタン機能がないことに注意してください。次に、ここをクリックしてください
node.js
ビジュアルスタジオコード
git
不和
discordここをクリックしてDiscord Developer Portalに移動し、画面の左上隅に移動して、アプリケーションの作成を参照して名前を付けます。
clish Rich Presence
カテゴリの下のアプリケーションをクリックしてください。 Art Assets
がクリックします。
coverカバーイメージをあなたの存在のwrage画像として設定します。
[下にスクロールして、「アセットの追加」をクリックしてから、大きな画像と小さな画像として提供したい画像を選択します。また、少なくとも512 x 512のサイズであることを確認します。
package.jsonファイルを入手index.js
た後、編集者タイプnpm install discord-rpc
npm init -y
の端末に移動します。
stufertion詳細とものを入力した後、ターミナルとnode index.js
を入力してフォルダーを実行します。
注: Visual StudioコードでDiscordの存在を使用している場合は、 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に参加して、追加のサポートを取得し、たむろして!!