13.2.2 get version in config from package.json
This commit is contained in:
2 files changed
+5
-3
No files matched your search
+2
-1
@@ -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",
|
||||
|
||||
Reference in new issue
Block a user