commit
This commit is contained in:
parent
06f4596e15
commit
7330b1238d
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
tests.js
|
tests.js
|
||||||
|
tests
|
7
src/discord_commands/test.js
Normal file
7
src/discord_commands/test.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
const { SlashCommandBuilder } = require("discord.js");
|
||||||
|
|
||||||
|
const test = new SlashCommandBuilder()
|
||||||
|
.setName("test")
|
||||||
|
.setDescription("Test command");
|
||||||
|
|
||||||
|
module.exports = { test };
|
Loading…
Add table
Add a link
Reference in a new issue