Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Dec 19, 2024
1 parent bcef238 commit a29a502
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ <h1>Mass Group Manager</h1>
<button type="button" onclick="copyToClipboard('modifyGroupId')">コピー</button>
<p>⚠️ユーザー追加が完了したグループIDは入力欄から自動削除されます</p>

<label for="kickGroupId">グループID (ユーザーキック):</label>
<textarea id="kickGroupId" name="kickGroupId" rows="10" class="textOutput"></textarea>
<button type="button" onclick="copyToClipboard('kickGroupId')">コピー</button>
<p>⚠️ユーザーキック後に自動削除</p>

<label for="userIds">ユーザーID (改行区切りで入力):</label>
<textarea id="userIds" name="userIds" rows="10"></textarea>
Expand All @@ -58,6 +62,8 @@ <h1>Mass Group Manager</h1>

<button type="button" onclick="copyToClipboard('userIds')">コピー</button>
<button type="button" onclick="addUsers()">ユーザー追加 (レートリミット10回/120秒)</button>

<button type="button" onclick="kickUsers()">ユーザーキック開始</button>

<label for="message">送信メッセージ:</label>
<input type="text" id="message" name="message">
Expand Down

0 comments on commit a29a502

Please sign in to comment.