This commit is contained in:
Lukian LEIZOUR 2023-02-22 19:51:03 +01:00
parent 06f4596e15
commit 7330b1238d
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
const { SlashCommandBuilder } = require("discord.js");
const test = new SlashCommandBuilder()
.setName("test")
.setDescription("Test command");
module.exports = { test };