Skip to content

Commit

Permalink
Merge pull request #12 from ueckoken/fix-loghandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar authored Dec 28, 2022
2 parents 714e897 + 929888a commit a5f9461
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ this application is OTP(One Time Password) client works as Discord app.

以下の環境変数を設定してください。

| キー ||
| --------------------------- | ------------------------------------------------------------------------------------------------ |
| `DISCORD_APP_TOKEN` | Discord の Bot トークン |
| `DISCORD_GUILD_ID` | Discord の GuildID です。 |
| `ALLOWRD_REPLY_CHANNEL_IDS` | メッセージの返答を許可するチャンネルの ID です。分割文字は`,`で複数設定できます |
| `GOOGLE_TOTP_TOKEN` | Google の TOTP トークンです。「QR コードを読み取れない」のような場所をクリックすると取得できます |
| キー | |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DISCORD_APP_TOKEN` | Discord の Bot トークン |
| `DISCORD_GUILD_ID` | Discord の GuildID です。 |
| `ALLOWRD_REPLY_CHANNEL_IDS` | メッセージの返答を許可するチャンネルの ID です。分割文字は`,`で複数設定できます |
| `TOTP_TOKENS` | TOTP トークンです`サービス名1:トークン,サービス名2:トークン`のように指定してください。「QR コードを読み取れない」のような場所をクリックすると取得できます |

### リリース方法

Expand Down

0 comments on commit a5f9461

Please # to comment.