diff --git a/commands/drawTriangle.ts b/commands/drawTriangle.ts index f5a684d..21ca9bf 100644 --- a/commands/drawTriangle.ts +++ b/commands/drawTriangle.ts @@ -41,7 +41,6 @@ module.exports = { return; } await interaction.reply(codeBlock("", output) + testLength); - await interaction.reply(); console.log("User " + interaction.user.tag + " ran /drawtriangle"); }, };