Added /drawtriangle command
This commit is contained in:
parent
5901a05c72
commit
19d65140cc
@ -1,5 +1,5 @@
|
|||||||
const { SlashCommandBuilder, Discord, codeBlock } = require('discord.js');
|
const { SlashCommandBuilder, Discord, codeBlock } = require('discord.js');
|
||||||
const {writeFile} = require('../main.ts');
|
import { writeFile } from '../main.ts';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
Loading…
Reference in New Issue
Block a user