Added guild member command

This commit is contained in:
2023-11-16 00:39:12 +01:00
parent 0f65b4b858
commit f7baff04ed
2 changed files with 200 additions and 1 deletions

View File

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