update README.md
This commit is contained in:
2 files changed
+9
-1
No files matched your search
@@ -3,8 +3,13 @@
|
|||||||
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 »***
|
***Explore the docs »***
|
||||||
|
* [Technologies](#built-with)
|
||||||
|
* [About](#about)
|
||||||
|
* [Support](#support)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
* [Getting Started](#getting-started)
|
* [Getting Started](#getting-started)
|
||||||
|
* [Prerequisites](#prerequisites)
|
||||||
|
* [Installation](#installation)
|
||||||
* [Contact](#contact)
|
* [Contact](#contact)
|
||||||
|
|
||||||
### Built With
|
### 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
|
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.
|
expanded this project to include the killfeed, alarms, banking, and much much more.
|
||||||
|
|
||||||
|
## Support
|
||||||
|
[» Community Support](https://discord.gg/KVFJCvvFtK)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
[» Contributing](/CONTRIBUTING.md)
|
[» Contributing](/CONTRIBUTING.md)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot
|
||||||
ServerID: "1050215624053374976",
|
ServerID: "1050215624053374976",
|
||||||
GuildID: process.env.GuildID || "",
|
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
|
Token: process.env.token || "", //Discord Bot Token
|
||||||
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
|
Scopes: ["identify", "guilds", "applications.commands"], //Discord OAuth2 Scopes
|
||||||
Nitrado: {
|
Nitrado: {
|
||||||
|
|||||||
Reference in new issue
Block a user