13.2.2 get version in config from package.json

This commit is contained in:
SowinskiBraeden committed 2022-11-21 08:22:13 -08:00
1 parent 39c5d110ac
commit fffd788f0a
2 files changed
+5 -3

No files matched your search

+2 -1
View File
@@ -1,8 +1,9 @@
const package = require('../package.json');
require('dotenv').config();
module.exports = {
Dev: "PROD.",
Version: "13.2.1", // (major).(feature).(revision/bug/refactoring)
Version: package.version, // (major).(feature).(revision/bug/refactoring)
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
DefaultPrefix: "?",
ServerID: "955668596745461830",