Added autodeploy function to developmet mode

This commit is contained in:
2023-11-19 13:43:18 +01:00
parent 5c88f2f4d3
commit ca44c07071
5 changed files with 81 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ module.exports = {
name: "config",
description: "Configure the bot",
type: "slash",
dev: true,
data: new SlashCommandBuilder()
.setName("config")