Added /drawtriangle command

master
Chloe Fontenot 🏳️‍⚧️ 2023-04-04 21:26:31 +07:00
parent 3527519db1
commit ae7043c3b5
1 changed files with 0 additions and 1 deletions

@ -41,7 +41,6 @@ module.exports = {
return; return;
} }
await interaction.reply(codeBlock("", output) + testLength); await interaction.reply(codeBlock("", output) + testLength);
await interaction.reply();
console.log("User " + interaction.user.tag + " ran /drawtriangle"); console.log("User " + interaction.user.tag + " ran /drawtriangle");
}, },
}; };