diff --git a/commands/config.js b/commands/config.js index e7fcbfa..8b52cf7 100644 --- a/commands/config.js +++ b/commands/config.js @@ -371,7 +371,7 @@ module.exports = { type: CommandOptions.SubCommand, options: [{ name: "name", - desciption: "Server name to include in welcome message", + description: "Server name to include in welcome message", value: "name", type: CommandOptions.String, required: true, diff --git a/package.json b/package.json index 772d3b4..a6c79b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dayzr-bot", - "version": "12.7.0", + "version": "12.7.1", "description": "A General Purpose Discord Bot for DayZ Nitrado Servers.", "main": "index.js", "nodemonConfig": {