patch type_err_require

This commit is contained in:
SowinskiBraeden committed 2022-10-11 15:45:59 -07:00
1 parent 8b219d43bf
commit 6b582f1610
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -2,7 +2,7 @@ require('dotenv').config();
module.exports = { module.exports = {
Dev: "PROD.", Dev: "PROD.",
Version: "12.6.1", Version: "12.6.2",
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
DefaultPrefix: "?", DefaultPrefix: "?",
ServerID: "955668596745461830", ServerID: "955668596745461830",
+1 -1
View File
@@ -1,3 +1,3 @@
module.exports = (client, guild) => { module.exports = (client, guild) => {
require("../util/RegisterSlashCommands")(client, guild.id); require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id);
}; };