4.1.6 update config
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+2
-2
@@ -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
@@ -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": {
|
||||
|
||||
Reference in new issue
Block a user