Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Nov 19, 2024
1 parent fca3faf commit 8e49a66
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@



<!DOCTYPE html>
<html lang="ja">
<head>
Expand Down Expand Up @@ -30,8 +31,7 @@ <h1>Discord emoji</h1>
<br>
gifは現時点ではかなり不安定で追加出来ない場合もあります(修正予定)
<br>
追加速度が遅いのはレートリミット対策の為です
<br>
テンプレートリンクを新しく作成するかリンクから読み取るボタンで絵文字を共有できます (tokenやサーバーIDは共有されません)
<a href="https://github.com/NEKODESUDX/DM" target="_blank">group追加ツール</a>
<a href="https://discord.gg/DPmPdpcNqs" target="_blank">開発者サポートサーバー(discord)</a>
<a href="https://youtu.be/NTrzk7bxotg?si=Nd482zjloHVn6V4R" target="_blank">token取得方法(youtube)</a>
Expand All @@ -53,8 +53,13 @@ <h1>Discord emoji</h1>
<br>
<br>
</form>
<label for="shareLink">テンプレート共有リンク:</label>
<input type="text" id="shareLink">
<button type="button" onclick="copyShareLink()">コピー</button>
<button type="button" onclick="generateShareLink()">絵文字共有(テンプレートリンクの作成)</button>
<button type="button" onclick="readFromTemplateLink()">リンクから読み取る</button>
<br>
<p id="status">ステータス: 準備完了</p>

<script src="script.js"></script>
</body>
</html>

0 comments on commit 8e49a66

Please sign in to comment.