fix/option description

This commit is contained in:
SowinskiBraeden committed 2024-01-27 16:12:30 -08:00
1 parent 639a2ecbb4
commit 71d03ffa72
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -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,