Skip to content

Commit

Permalink
[fix] 設定ファイルにclient idをセットする形式に切り替えたのでREADMEも修正
Browse files Browse the repository at this point in the history
  • Loading branch information
okaits committed Dec 17, 2022
1 parent 28e2b85 commit 437060c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@

#### クライアントの準備
1. [このレポジトリ](https://github.com/okaits/nicovideo2discord)をcloneします
2. [この記事](https://qiita.com/masayoshi4649/items/46fdb744cb8255f5eb98)を参考に、CLIENT IDをDiscord developer potalから取得します
3. 取得したら、client.pyにある変数`CLIENT_ID`にそれをペーストし、保存します
2. config-example.jsonをconfig.jsonに改名/コピーします
3. [この記事](https://qiita.com/masayoshi4649/items/46fdb744cb8255f5eb98)を参考に、CLIENT IDをDiscord developer potalから取得します
4. 取得したら、config.jsonの`client_id`の値にCLIENT IDを指定して、[^1]保存します。

### 実行
#### コンテンツスクリプト
Expand All @@ -38,4 +39,6 @@ Discord Rich Presenceは変更にDiscordクライアントのRPCを使用する
### License
[MIT License](LICENSE.md)
### Contributer
* [okaits#7534](https://info.okaits7534.mydns.jp)
* [okaits#7534](https://info.okaits7534.mydns.jp)

[^1]: デフォルトでは`2525252525`になっていますが、このままでは上手く動きません。正しい値を保存してください。

0 comments on commit 437060c

Please sign in to comment.