Added /drawtriangle command

This commit is contained in:
2023-04-04 21:03:27 -05:00
parent 07f83853a5
commit 7ddf0e6a8e
2 changed files with 4 additions and 3 deletions

View File

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