fix/config killfeed description field

This commit is contained in:
SowinskiBraeden committed 2024-01-04 09:53:14 -08:00
1 parent 747cf04769
commit 7cb2996af4
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = {
options: [ options: [
{ {
name: "killfeed", name: "killfeed",
descripion: "Configure the killfeed", description: "Configure the killfeed",
value: "killfeed", value: "killfeed",
type: CommandOptions.SubCommandGroup, type: CommandOptions.SubCommandGroup,
options: [ options: [
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dayzr-bot", "name": "dayzr-bot",
"version": "12.5.4", "version": "12.5.5",
"description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.",
"main": "index.js", "main": "index.js",
"nodemonConfig": { "nodemonConfig": {