From 68e518bee23b17acf34bbf22898871b8ce58f913 Mon Sep 17 00:00:00 2001 From: cptn-cosmo Date: Mon, 1 Sep 2025 00:58:22 +0200 Subject: [PATCH] fixed button and new look --- scripts/dr-button.js | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/scripts/dr-button.js b/scripts/dr-button.js index 26e6eb3..ccd5c22 100644 --- a/scripts/dr-button.js +++ b/scripts/dr-button.js @@ -26,29 +26,7 @@ function addDRButton() { btn.setAttribute("aria-label", "Duality Dice Roll"); // Inline SVG (or use icon.src = "modules/dr-quick-button/icons/dr.svg"; if external) - btn.innerHTML = ` - - - - - - - - - - - - - - - - - - + btn.innerHTML = `DR `; btn.addEventListener("click", async () => { await runDRCommand();