## 概要 `ephemeral: true` が Discord.js v14 で非推奨。`flags: MessageFlags.Ephemeral` に移行が必要 ## ファイル - `src/commands/setup.ts` - `src/commands/preview.ts` - `src/bot.ts` ## 影響 動作に問題なし。コンソールに警告が出るのみ ## 対応案 全ての `ephemeral: true` を `flags: MessageFlags.Ephemeral` に置換
概要
ephemeral: trueが Discord.js v14 で非推奨。flags: MessageFlags.Ephemeralに移行が必要ファイル
src/commands/setup.tssrc/commands/preview.tssrc/bot.ts影響
動作に問題なし。コンソールに警告が出るのみ
対応案
全ての
ephemeral: trueをflags: MessageFlags.Ephemeralに置換