Added autodeploy function to developmet mode
This commit is contained in:
@@ -7,6 +7,7 @@ module.exports = {
|
||||
name: "config",
|
||||
description: "Configure the bot",
|
||||
type: "slash",
|
||||
dev: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("config")
|
||||
|
||||
@@ -5,6 +5,7 @@ module.exports = {
|
||||
name: "setup",
|
||||
description: "Used for setup of the bot.",
|
||||
type: "slash",
|
||||
dev: true,
|
||||
|
||||
data: new SlashCommandBuilder()
|
||||
.setName("setup")
|
||||
|
||||
Reference in New Issue
Block a user