Skip to content

Commit

Permalink
url-restrictionをデフォルトでOFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Mar 1, 2023
1 parent 6aeab1e commit b4c6922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ download:
# ダウンロード元制限機能設定
url-restriction:
# ダウンロード元制限機能の有効化
enabled: true
enabled: false
# ダウンロード用のURL制限のプレフィックス (Discordの添付ファイルURLの場合、cdn.から始まっていること、末尾に/を付けることに注意する)
# 基本的に↓の xxxxxxxxxxxxxxxxxx の部分を自分のチャンネルIDに変えるだけでOK
prefix: https://cdn.discordapp.com/attachments/xxxxxxxxxxxxxxxxxx/
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ download:
# ダウンロード元制限機能設定
url-restriction:
# ダウンロード元制限機能の有効化
enabled: true
enabled: false
# ダウンロード用のURL制限のプレフィックス (Discordの添付ファイルURLの場合、cdn.から始まっていること、末尾に/を付けることに注意する)
# 基本的に↓の xxxxxxxxxxxxxxxxxx の部分を自分のチャンネルIDに変えるだけでOK
prefix: https://cdn.discordapp.com/attachments/xxxxxxxxxxxxxxxxxx/
Expand Down

0 comments on commit b4c6922

Please sign in to comment.