Added guild member command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user