4.1.6 update config

This commit is contained in:
SowinskiBraeden committed 2022-12-07 17:35:18 -08:00
1 parent 6a26c9241c
commit 03125bec29
2 files changed
+3 -3

No files matched your search

+2 -2
View File
@@ -5,8 +5,8 @@ module.exports = {
Dev: "PROD.",
Version: package.version, // (major).(feature).(revision/bug/refactoring)
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
ServerID: "",
SupportServer: "", //Support Server Link
ServerID: "1050215624053374976",
SupportServer: "https://discord.gg/KVFJCvvFtK", //Support Server Link
Token: process.env.token || "", //Discord Bot Token
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
IconURL: "",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "dayz-armbands",
"version": "4.1.5",
"version": "4.1.6",
"description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
"main": "index.js",
"nodemonConfig": {