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