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.",
|
Dev: "PROD.",
|
||||||
Version: package.version, // (major).(feature).(revision/bug/refactoring)
|
Version: package.version, // (major).(feature).(revision/bug/refactoring)
|
||||||
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
||||||
ServerID: "",
|
ServerID: "1050215624053374976",
|
||||||
SupportServer: "", //Support Server Link
|
SupportServer: "https://discord.gg/KVFJCvvFtK", //Support Server Link
|
||||||
Token: process.env.token || "", //Discord Bot Token
|
Token: process.env.token || "", //Discord Bot Token
|
||||||
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
|
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
|
||||||
IconURL: "",
|
IconURL: "",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "dayz-armbands",
|
"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.",
|
"description": "A Discord Bot to handle DayZ server flags and armbands for in game factions.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"nodemonConfig": {
|
"nodemonConfig": {
|
||||||
|
|||||||
Reference in new issue
Block a user