refactor/tidy command descriptions

This commit is contained in:
SowinskiBraeden committed 2024-01-27 15:01:45 -08:00
1 parent d805918454
commit 0a78c92d63
19 files changed
+69 -169

No files matched your search

+2 -2
View File
@@ -7,7 +7,7 @@ module.exports = {
name: "server",
debug: false,
global: false,
description: "DayZ Server Administrative Commands",
description: "Nitrado DayZ Server Administrative Commands",
usage: "[command] [options]",
permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
@@ -46,7 +46,7 @@ module.exports = {
type: CommandOptions.SubCommand,
}, {
name: "auto-restart",
description: "Enable/Disable periodic server checks and restart if stopped.",
description: "Enable/Disable periodic server checks and restart if stopped",
value: "auto-restart",
type: CommandOptions.SubCommand,
}, {