PLANA Commands / コマンド一覧

Complete list of all available commands organized by category

AI & LLM Commands / AI・LLMコマンド

/chat

Chat with the AI without needing to mention. / AIと対話します。メンション不要で会話できます。

Parameters:
  • message - The message you want to send to the AI
  • image_url - URL of an image (optional)

/set-ai-bio

Set the AI's personality/role (bio) for this channel. / このチャンネルのAIの性格や役割(bio)を設定します。

Parameters:
  • bio - AI personality description

/show-ai-bio

Show the AI's current bio for this channel. / このチャンネルのAIに現在設定されているbioを表示します。

/reset-ai-bio

Reset the AI's bio to default for this channel. / このチャンネルのAIのbioをデフォルト設定に戻します。

/set-user-bio

Save your information for the AI to remember. / AIにあなたの情報を記憶させます。

Parameters:
  • bio - Your information
  • mode - Overwrite or append mode

/show-user-bio

Show the information the AI has stored about you. / AIが記憶しているあなたの情報を表示します。

/reset-user-bio

Delete all information the AI has stored about you. / AIが記憶しているあなたの情報をすべて削除します。

/memory-save

Save information to the global shared memory. / グローバル共有メモリに情報を保存します。

Parameters:
  • key - Memory key
  • value - Memory value

/memory-list

List all global shared memories. / グローバル共有メモリの情報を一覧表示します。

/memory-delete

Delete a global shared memory. / グローバル共有メモリから情報を削除します。

Parameters:
  • key - The key of the memory to delete

/switch-models

Switches the AI model used for this channel. / このチャンネルで使用するAIモデルを切り替えます。

Parameters:
  • model - Select the model you want to use

/switch-models-default-server

Resets the AI model for this channel to the server default. / このチャンネルのAIモデルをサーバーのデフォルト設定に戻します。

/switch-image-model

Switch the image generation model for this channel. / このチャンネルの画像生成モデルを切り替えます。

Parameters:
  • model - Image generation model

/reset-image-model

Reset the image generation model to default for this channel. / このチャンネルの画像生成モデルをデフォルトに戻します。

/show-image-model

Show the current image generation model for this channel. / このチャンネルの現在の画像生成モデルを表示します。

/list-image-models

List all available image generation models. / 利用可能な画像生成モデルの一覧を表示します。

Parameters:
  • provider - Filter by provider (optional)

/llm_help

Displays help and usage guidelines for LLM (AI Chat) features. / LLM (AI対話) 機能のヘルプと利用ガイドラインを表示します。

/clear_history

Clears the history of the current conversation thread. / 現在の会話スレッドの履歴をクリアします。

Music Commands / 音楽コマンド

/play

Play or add a song to the queue. / 楽曲を再生またはキューに追加します。

Parameters:
  • query - Song name, URL, or search query

/seek

Seek to a specific time in the current song. / 現在の楽曲の特定の時間に移動します。

Parameters:
  • time - Time in seconds or MM:SS format

/pause

Pause playback. / 再生を一時停止します。

/resume

Resume playback. / 再生を再開します。

/skip

Skip the current song. / 現在の楽曲をスキップします。

/stop

Stop playback and clear the queue. / 再生を停止し、キューをクリアします。

/leave

Disconnect the bot from the voice channel. / ボイスチャンネルからボットを切断します。

/queue

Display the current playback queue. / 現在の再生キューを表示します。

/nowplaying

Display information about the currently playing song. / 現在再生中の楽曲の情報を表示します。

/shuffle

Shuffle the playback queue. / 再生キューをシャッフルします。

/clear

Clear the playback queue. / 再生キューをクリアします。

/remove

Remove a song from the queue by its number. / キューから楽曲を番号で削除します。

Parameters:
  • index - Queue position number

/volume

Change the playback volume. / 再生音量を変更します。

Parameters:
  • level - Volume level (0-200)

/loop

Set the loop mode. / ループモードを設定します。

Parameters:
  • mode - Loop mode (off, one, all)

/join

Connect the bot to the user's voice channel. / ユーザーのボイスチャンネルにボットを接続します。

/music_help

Display help for music features. / 音楽機能のヘルプを表示します。

TTS Commands / TTSコマンド

/say

Convert text to speech. / テキストを音声で読み上げます。

Parameters:
  • text - Text to convert to speech
  • model_id - Model ID (optional)
  • style - Style name (optional)
  • style_weight - Style strength (optional)
  • speed - Speech rate (optional)

/tts volume

Set TTS volume. / TTSの音量を設定します。

Parameters:
  • volume - Volume level (0-200)

/speech enable

Enable message reading for this channel. / このチャンネルのメッセージ読み上げを有効にします。

/speech disable

Disable message reading. / メッセージ読み上げを無効にします。

/speech skip

Skip current speech. / 現在の読み上げをスキップします。

/autojoin enable

Enable automatic joining when you join a voice channel. / あなたがVCに参加した際、BOTも自動で参加するようにします。

/autojoin disable

Disable automatic joining. / BOTの自動参加設定を解除します。

/join-leave-notification enable

Enable voice notifications for VC join/leave. / VCへの入退室を音声で通知するようにします。

/join-leave-notification disable

Disable voice notifications for VC join/leave. / VCへの入退室通知を無効にします。

/dictionary add

Add a word to the speech dictionary. / 読み上げ辞書に単語を追加します。

Parameters:
  • word - Word to add
  • reading - Pronunciation

/dictionary remove

Remove a word from the speech dictionary. / 読み上げ辞書から単語を削除します。

Parameters:
  • word - Word to remove

/dictionary list

Display the speech dictionary. / 登録されている辞書の一覧を表示します。

/dictionary search

Search the speech dictionary. / 辞書から単語を検索します。

Parameters:
  • query - Search query

Utility Commands / ユーティリティコマンド

/gacha

Simulate Blue Archive-style student recruitment. / ブルーアーカイブ風の生徒募集をシミュレートします。

Parameters:
  • rolls - Number of rolls

/diceroll

Roll a dice within a specified range. / 指定された範囲でダイスを振ります。

Parameters:
  • min_value - Minimum value
  • max_value - Maximum value

/roll

Roll dice in nDn format. / nDn形式でダイスを振ります。

Parameters:
  • expression - Dice expression (e.g., 2d6+3)

/check

Roll dice and optionally perform a check. / ダイスを振り、オプションでチェックを実行します。

Parameters:
  • expression - Dice expression
  • condition - Check condition (optional)
  • target - Target value (optional)

/ping

Show the bot's current latency. / ボットの現在のレイテンシを表示します。

/serverinfo

Display information about the current server. / 現在のサーバーの情報を表示します。

/userinfo

Display information about a specified user. / 指定されたユーザーの情報を表示します。

Parameters:
  • user - User to get info for (optional)

/avatar

Display the avatar of a specified user. / 指定されたユーザーのアバターを表示します。

Parameters:
  • user - User to get avatar for (optional)

/arona

Show the Arona Music Bot repository. / Arona Music Botリポジトリを表示します。

/plana

Show the llmcord-JP-plana repository. / llmcord-JP-planaリポジトリを表示します。

/support

Show how to contact the developer. / 開発者への連絡方法を表示します。

/invite

Invite the bot to a server. / サーバーにボットを招待します。

/updates

Show the bot's latest update history. / ボットの最新更新履歴を表示します。

/enable-logging

Set a channel to receive bot logs. / ボットログを受信するチャンネルを設定します。

Parameters:
  • channel - Channel for logging

/disable-logging

Stop sending bot logs to a channel. / チャンネルへのボットログ送信を停止します。

Parameters:
  • channel - Channel to disable logging for

/help

Display general help information for the bot. / ボットの一般的なヘルプ情報を表示します。

Image Commands / 画像コマンド

/meow

Display a cute cat picture. / 可愛い猫の画像を表示します。

/yandere

Search images from Yandere (NSFW only). / Yandereから画像を検索します(NSFW専用)。

Parameters:
  • query - Search query (optional)

/danbooru

Search images from Danbooru (NSFW only). / Danbooruから画像を検索します(NSFW専用)。

Parameters:
  • query - Search query (optional)

Timer Commands / タイマーコマンド

/timer start

Start a timer. / タイマーを開始します。

/timer stop

Stop a timer and display elapsed time. / タイマーを停止し、経過時間を表示します。

Game Tracker Commands / ゲームトラッカーコマンド

/valorant-stats

Get Valorant player statistics. / Valorantプレイヤーの統計を取得します。

Parameters:
  • riot_id - Player's Riot ID (e.g., PlayerName#TAG)
  • region - Region (eu, na, ap, kr, latam, br)

/valorant-recent

Get recent competitive matches. / 最近のコンペティティブマッチを取得します。

Parameters:
  • riot_id - Player's Riot ID
  • region - Region

/r6s-stats

Display comprehensive R6 Siege player statistics. / 包括的なR6 Siegeプレイヤー統計を表示します。

Parameters:
  • username - Player username
  • platform - Platform (uplay, psn, xbl)

/r6s-compare

Compare two players' statistics. / 2人のプレイヤーの統計を比較します。

Parameters:
  • player1 - First player username
  • player2 - Second player username
  • platform - Platform

/r6s-operator

Search Rainbow Six Siege operator information. / Rainbow Six Siegeオペレーター情報を検索します。

Parameters:
  • name - Operator name (optional)
  • role - Filter by role (optional)

/r6s-server-status

Check Rainbow Six Siege server status. / Rainbow Six Siegeサーバー状態を確認します。

/r6s-search

Search for operators, weapons, maps, and more. / オペレーター、武器、マップなどを検索します。

Parameters:
  • query - Search query

/r6s-map

Get information about Rainbow Six Siege maps. / Rainbow Six Siegeマップの情報を取得します。

Parameters:
  • name - Map name (optional)

/r6s-weapon

Get information about weapons. / 武器の情報を取得します。

Parameters:
  • name - Weapon name

Notification Commands / 通知コマンド

/earthquake_channel

Set notification channel for earthquake and tsunami information. / 地震・津波情報の通知チャンネルを設定します。

Parameters:
  • channel - Notification channel
  • info_type - Type of information (緊急地震速報, 地震情報, 津波予報, すべて)

/earthquake_status

Check the status of the earthquake and tsunami information system. / 地震・津波情報システムの状態を確認します。

/earthquake_test

Send a test notification for earthquake and tsunami information. / 地震・津波情報のテスト通知を送信します。

Parameters:
  • info_type - Type of information to test
  • max_scale - Maximum seismic intensity for test
  • tsunami_level - Tsunami level for test

/earthquake_remove

Remove earthquake and tsunami notification settings. / 地震・津波情報の通知設定を削除します。

Parameters:
  • info_type - Type of notification to remove

/earthquake_help

Display help for the earthquake and tsunami information system. / 地震・津波情報システムのヘルプを表示します。

/earthquake_map

Display recent earthquakes on a map of Japan. / 最近の地震を日本地図上に表示します。

Parameters:
  • limit - Number of earthquakes to display
  • min_scale - Minimum seismic intensity
  • hours - Hours to look back

/earthquake_history

Display recent earthquake information. / 最近の地震情報を表示します。

Parameters:
  • limit - Number of earthquakes to display
  • min_scale - Minimum seismic intensity

/earthquake_debug

Display detailed diagnostic information for notification settings. / 通知設定の詳細診断情報を表示します。

/twitch_set

Set up Twitch stream notifications. / Twitch配信通知を設定します。

Parameters:
  • twitch_url - Twitch channel URL
  • notification_channel - Discord notification channel
  • message - Custom notification message (optional)

/twitch_remove

Remove Twitch stream notification settings. / Twitch配信通知の設定を解除します。

Parameters:
  • twitch_channel - Twitch channel to remove

/twitch_test

Send a test notification for Twitch streams. / Twitch配信通知のテストメッセージを送信します。

Parameters:
  • twitch_channel - Twitch channel to test

/twitch_list

Display list of configured Twitch notifications. / 設定されているTwitch通知の一覧を表示します。

Media Downloader Commands / メディアダウンローダーコマンド

/ytdlp_video

Download a video and share it via Google Drive. / 動画をダウンロードし、Google Drive経由で共有します。

Parameters:
  • query - Video URL or search query

/ytdlp_audio

Download audio and share it via Google Drive. / 音声をダウンロードし、Google Drive経由で共有します。

Parameters:
  • query - Video URL or search query
  • audio_format - Output audio format (mp3, m4a, opus, flac, wav)