diff --git a/README.md b/README.md index 4de8114..6472813 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ # DayZ.R Bot -A general purpose Discord Bot to handle DayZ Killfeed, stats, alarms and factions' armbands and more using Nitrado Log files. +A general purpose Discord Bot to handle DayZ Killfeed, stats, alarms and factions' armbands and more using Nitrado Log files. ***Explore the docs »*** +* [Technologies](#built-with) +* [About](#about) +* [Support](#support) * [Contributing](#contributing) -* [Getting Started](#getting-started) +* [Getting Started](#getting-started) + * [Prerequisites](#prerequisites) + * [Installation](#installation) * [Contact](#contact) ### Built With @@ -18,6 +23,9 @@ A general purpose Discord Bot to handle DayZ Killfeed, stats, alarms and faction Originally just a simple project to have factions select their armbands, and track that in the Discord. With the increasing difficulty of other DayZ killfeed bots, I expanded this project to include the killfeed, alarms, banking, and much much more. +## Support +[» Community Support](https://discord.gg/KVFJCvvFtK) + ## Contributing [» Contributing](/CONTRIBUTING.md) diff --git a/config/config.js b/config/config.js index e9552ac..4d2c0fc 100644 --- a/config/config.js +++ b/config/config.js @@ -23,7 +23,7 @@ module.exports = { Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot ServerID: "1050215624053374976", GuildID: process.env.GuildID || "", - SupportServer: "https://discord.gg/KVFJCvvFtK", //Support Server Link + SupportServer: "https://discord.gg/KVFJCvvFtK", // Support Server Link Token: process.env.token || "", //Discord Bot Token Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes Nitrado: {