<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>cc-discord-framework Blog</title>
        <link>https://discord-framework.oss.cc-chacchan.com/blog/</link>
        <description>cc-discord-framework Blog</description>
        <lastBuildDate>Tue, 25 Aug 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>ja</language>
        <item>
            <title><![CDATA[v2.0.0 を npm に公開しました]]></title>
            <link>https://discord-framework.oss.cc-chacchan.com/blog/v2-release/</link>
            <guid>https://discord-framework.oss.cc-chacchan.com/blog/v2-release/</guid>
            <pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[cc-discord-framework v2.0.0 を npm に公開しました。今日から]]></description>
            <content:encoded><![CDATA[<p>cc-discord-framework v2.0.0 を npm に公開しました。今日から
<code>bun add @cc-discord-framework/core</code> で導入できます。</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_tleR" id="パッケージ構成">パッケージ構成<a href="https://discord-framework.oss.cc-chacchan.com/blog/v2-release/#%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8%E6%A7%8B%E6%88%90" class="hash-link" aria-label="パッケージ構成 への直接リンク" title="パッケージ構成 への直接リンク" translate="no">​</a></h2>
<p>v2 からは、すべてのパッケージを npm の
<a href="https://www.npmjs.com/org/cc-discord-framework" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework</code></a>
スコープに集約します。</p>
<table><thead><tr><th>パッケージ</th><th>バージョン</th><th>内容</th></tr></thead><tbody><tr><td><a href="https://www.npmjs.com/package/@cc-discord-framework/core" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework/core</code></a></td><td>2.0.0</td><td>フレームワーク本体(discord.js 14 を同梱・再エクスポート)</td></tr><tr><td><a href="https://www.npmjs.com/package/@cc-discord-framework/utils" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework/utils</code></a></td><td>1.0.0</td><td>定期実行・確認 UI・ページ送り・整形などの詰め合わせ</td></tr><tr><td><a href="https://www.npmjs.com/package/@cc-discord-framework/music" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework/music</code></a></td><td>1.0.0</td><td>音楽再生エンジン(キュー・再生制御・差し替え可能な音源機構)</td></tr><tr><td><a href="https://www.npmjs.com/package/@cc-discord-framework/music-sources" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework/music-sources</code></a></td><td>1.0.0</td><td>YouTube / SoundCloud を music の音源として追加</td></tr><tr><td><a href="https://www.npmjs.com/package/@cc-discord-framework/ai" target="_blank" rel="noopener noreferrer" class=""><code>@cc-discord-framework/ai</code></a></td><td>1.0.0</td><td>複数プロバイダー対応の AI 機能と <code>AiTool</code></td></tr></tbody></table>
<h2 class="anchor anchorTargetStickyNavbar_tleR" id="はじめかた">はじめかた<a href="https://discord-framework.oss.cc-chacchan.com/blog/v2-release/#%E3%81%AF%E3%81%98%E3%82%81%E3%81%8B%E3%81%9F" class="hash-link" aria-label="はじめかた への直接リンク" title="はじめかた への直接リンク" translate="no">​</a></h2>
<div class="language-sh codeBlockContainer_mQmQ theme-code-block" style="--prism-color:#2d1b14;--prism-background-color:#fff9f0"><div class="codeBlockContent_t_Hd"><pre tabindex="0" class="prism-code language-sh codeBlock_RMoD thin-scrollbar" style="color:#2d1b14;background-color:#fff9f0"><code class="codeBlockLines_AclH"><div class="token-line" style="color:#2d1b14"><span class="token plain">bun </span><span class="token function" style="color:#982d25">add</span><span class="token plain"> @cc-discord-framework/core</span><br></div></code></pre></div></div>
<p>これだけで discord.js も一緒に入ります。最初の Bot までの手順は
<a class="" href="https://discord-framework.oss.cc-chacchan.com/docs/framework/getting-started/installation/">インストールガイド</a>へ、
プラグインの導入は<a class="" href="https://discord-framework.oss.cc-chacchan.com/docs/plugins/">公式プラグイン</a>へどうぞ。</p>
<h2 class="anchor anchorTargetStickyNavbar_tleR" id="旧パッケージv1について">旧パッケージ(v1)について<a href="https://discord-framework.oss.cc-chacchan.com/blog/v2-release/#%E6%97%A7%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8v1%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6" class="hash-link" aria-label="旧パッケージ(v1)について への直接リンク" title="旧パッケージ(v1)について への直接リンク" translate="no">​</a></h2>
<p>npm のスコープなしパッケージ <code>cc-discord-framework</code>(latest = 1.0.5)は
旧世代の v1 で、v2 とは API 互換ではありません。今後の開発はすべて
<code>@cc-discord-framework</code> スコープで行います。新規導入では必ず
<code>@cc-discord-framework/core</code> を使ってください。詳しくは
<a class="" href="https://discord-framework.oss.cc-chacchan.com/docs/framework/project-status/">プロジェクト状況</a>にまとめています。</p>]]></content:encoded>
            <category>お知らせ</category>
        </item>
        <item>
            <title><![CDATA[公式サイトを公開しました]]></title>
            <link>https://discord-framework.oss.cc-chacchan.com/blog/hello-website/</link>
            <guid>https://discord-framework.oss.cc-chacchan.com/blog/hello-website/</guid>
            <pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[cc-discord-framework の公式サイトを公開しました。]]></description>
            <content:encoded><![CDATA[<p>cc-discord-framework の公式サイトを公開しました。</p>
<!-- -->
<p>このサイトには、フレームワークの導入手順・ガイド・公式プラグインの
利用ドキュメント・API リファレンスを掲載していきます。</p>
<p>現在ドキュメントに表示されているのは <strong>Next(未リリース)</strong> —
main ブランチ上の次期バージョン(v2)の内容です。v2 は discord.js 14 と
Bun を前提にフレームワークを一から書き直したもので、npm への公開に
向けて準備を進めています。</p>
<p>リリースの告知・変更点・移行ガイドは、今後このブログでお知らせします。</p>]]></content:encoded>
            <category>お知らせ</category>
        </item>
    </channel>
</rss>