2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Discord Bot開発でPublic Botをオフにできないときの解決方法

2
Last updated at Posted at 2025-12-30

TL;DR

Installation タブの Install Link を None にすると解決する

エラー内容

Discord dev portalのBotの設定でPublic Botをオフにして保存しようとすると発生するエラー
「プライベートアプリケーションはデフォルトの認証リンクを持つことはできません」
image.png

解決手順

Install Linkは公開用のOAuth認証リンクのため、プライベートアプリでは設定できない。

  1. Discord Developer Portal → 対象アプリ選択
  2. Installationタブへ移動
  3. Install LinkをNoneに設定して保存

image.png

あとがき

同じエラーでハマった人の時短になれば幸いです。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?