Skip to content

Commit

Permalink
botinfo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akiy2009 authored Dec 1, 2024
1 parent 9635b64 commit da006cd
Showing 1 changed file with 137 additions and 0 deletions.
137 changes: 137 additions & 0 deletions botinfo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord BOT コマンド一覧</title>
<link rel="stylesheet" href="botinfo.css">
</head>
<body>

<header>
<h1>gakusei BOT コマンド一覧</h1>
<p>以下のコマンドを利用して、BOTの機能を管理してください。</p>
</header>

<div class="command-list">

<div class="command">
<h2>/setreminder(停止中)</h2>
<p><strong>説明:</strong> 指定した日付のリマインダーを設定します。</p>
<ul>
<li><strong>date:</strong> リマインダーの日付(例: YYYY-MM-DD)</li>
<li><strong>message:</strong> リマインダーのメッセージ</li>
<li><strong>days_before:</strong> リマインダーの何日前に通知を受け取るか(整数)</li>
</ul>
</div>

<div class="command">
<h2>/showreminders(停止中)</h2>
<p><strong>説明:</strong> 自分のリマインダーを表示します。</p>
</div>

<div class="command">
<h2>/clear_mine_reminders(停止中)</h2>
<p><strong>説明:</strong> 自分のリマインダーを削除します。</p>
</div>

<div class="command">
<h2>/listreminders(停止中)</h2>
<p><strong>説明:</strong> 自分のリマインダー一覧を表示します。</p>
</div>

<div class="command">
<h2>/studystart</h2>
<p><strong>説明:</strong> 勉強を開始します。</p>
</div>

<div class="command">
<h2>/studyend</h2>
<p><strong>説明:</strong> 勉強を終了します。</p>
</div>

<div class="command">
<h2>/serach</h2>
<p><strong>説明:</strong> ウィキペディアからの引用検索をします。</p>
</div>

<div class="command">
<h2>/setgreeting</h2>
<p><strong>説明:</strong> 挨拶メッセージ送信チャンネル指定および機能のオンオフ設定をします。</p>
</div>

<div class="command">
<h2>/botinfo</h2>
<p><strong>説明:</strong> botの導入情報を確認できます。</p>
</div>

<div class="command">
<h2>/status</h2>
<p><strong>説明:</strong> botの起動からの時間を確認できます。</p>
</div>

<div class="command">
<h2>/kanji_quiz_read</h2>
<p><strong>説明:</strong> 漢字の読みの問題を出題します。読み書きともに制限時間は30秒。</p>
</div>

<div class="command">
<h2>/kanji_quiz_write</h2>
<p><strong>説明:</strong> 漢字の書きの問題を出題します。読み書きともに制限時間は30秒。</p>
</div>

<div class="command">
<h2>/math_quiz</h2>
<p><strong>説明:</strong> 数学の問題を出題します。制限時間は45秒です。</p>
</div>

<div class="command">
<h2>/ranking</h2>
<p><strong>説明:</strong> サーバーごとにクイズに正解した回数をランキング形式で表示します。(回数はサーバーごとにカウントされます。)</p>
</div>

<div class="command">
<h2>/set_global_chat</h2>
<p><strong>説明:</strong> グローバルチャットシステムを起動させます。使用したいチャンネルで実行して下さい。</p>
</div>

<div class="command">
<h2>/disable_global_chat</h2>
<p><strong>説明:</strong> グローバルチャットシステムをオフにする際にグローバルチャットシステムを起動したチャンネルで実行して下さい。</p>
</div>

<div class="command">
<h2>/add_quote</h2>
<p><strong>説明:</strong> 名言集に名言を追加します。</p>
</div>

<div class="command">
<h2>/delete_quote</h2>
<p><strong>説明:</strong> 名言を削除します。</p>
</div>

<div class="command">
<h2>/random_quote</h2>
<p><strong>説明:</strong> ランダムに名言を表示します。</p>
</div>

<div class="command">
<h2>/server_ping</h2>
<p><strong>説明:</strong> 指定したIPアドレスにPINGを送信します。</p>
</div>

<div class="command">
<h2>/server_time</h2>
<p><strong>説明:</strong> アプリの簡単な処理速度を確認します。</p>
</div>
</div>

<footer>
<p>&copy; 2024 Gakusei BOT コミュニティ.All rights reseved.</p>
</footer>

<div class="return-button">
<a href="index.html">ホームに戻る</a>
</div>
</body>
</html>

0 comments on commit da006cd

Please sign in to comment.