From 8b219d43bfa1f3bd55525bc784f4d9c1998dfca4 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 10 Oct 2022 18:20:14 -0700 Subject: [PATCH 1/2] update version --- config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.js b/config/config.js index 45a5a4f..9afa4dc 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "12.6.0", + Version: "12.6.1", Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830", From 6b582f1610625104627e2a8ea93ef9d9ea55cc3c Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 11 Oct 2022 15:45:59 -0700 Subject: [PATCH 2/2] patch type_err_require --- config/config.js | 2 +- events/guildCreate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index 9afa4dc..7ca1178 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "12.6.1", + Version: "12.6.2", Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830", diff --git a/events/guildCreate.js b/events/guildCreate.js index d2cfaf4..ee141d1 100644 --- a/events/guildCreate.js +++ b/events/guildCreate.js @@ -1,3 +1,3 @@ module.exports = (client, guild) => { - require("../util/RegisterSlashCommands")(client, guild.id); + require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id); }; \ No newline at end of file