From 2aa87d2f5b27b839f58e95a7f78af5e03c4df0a5 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 21 Feb 2023 19:05:20 -0700 Subject: [PATCH] Revert last --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 80ec722..eaeba45 100644 --- a/index.js +++ b/index.js @@ -282,7 +282,7 @@ dcClient.on('interactionCreate', async interaction => { createExtension(ext, name, uid).then((result) => { if (result.status == "created") { interaction.editReply({ - content: "✅", + content: "", embeds: [{ "title": "Extension Created!", "color": 0x00ff00, @@ -320,7 +320,7 @@ dcClient.on('interactionCreate', async interaction => { if (result.status == "exists") { // The user already has an extension, return an ephemeral message saying so interaction.editReply({ - content: "✅", + content: "", embeds: [{ "title": "Extension Info", "color": 0x00ff00, @@ -364,7 +364,7 @@ dcClient.on('interactionCreate', async interaction => { extensionList1 += `${key}: ${extensionList[key]}\n`; } interaction.editReply({ - content: "✅", + content: "", embeds: [{ "title": "Extension List", "color": 0x00ff00,