patch type_err_require
This commit is contained in:
2 files changed
+2
-2
No files matched your search
+1
-1
@@ -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,3 +1,3 @@
|
|||||||
module.exports = (client, guild) => {
|
module.exports = (client, guild) => {
|
||||||
require("../util/RegisterSlashCommands")(client, guild.id);
|
require("../util/RegisterSlashCommands").RegisterGuildCommands(client, guild.id);
|
||||||
};
|
};
|
||||||
Reference in new issue
Block a user