Added /drawtriangle command

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-04-05 00:08:44 -05:00
parent 972ca2d70c
commit a9ee56142c

View File

@ -1,4 +1,5 @@
const { SlashCommandBuilder, Discord, codeBlock } = require('discord.js');
const {writeFile} = require('../main');
module.exports = {
data: new SlashCommandBuilder()