Added folder for guild subcommands

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-11-16 12:05:59 +01:00
parent 905da216d2
commit 1f2e43392e
3 changed files with 211 additions and 170 deletions

View File

@@ -11,6 +11,7 @@ const commands = [];
const commandFiles = [
"../commands/config.js",
"../commands/setup.js",
"../commands/guild.js"
]
// Grab the SlashCommandBuilder#toJSON() output of each command's data for deployment