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
@@ -5,7 +5,7 @@ module.exports = {
name: "leaderboard",
debug: false,
global: false,
description: "View server statistics leaderboard",
description: "View server stats leaderboard",
usage: "[category] [limit]",
permissions: {
channel: ["VIEW_CHANNEL", "SEND_MESSAGES", "EMBED_LINKS"],
@@ -36,7 +36,7 @@ module.exports = {
]
}, {
name: "limit",
description: "leaderboard limit",
description: "Leaderboard limit",
value: "limit",
type: CommandOptions.Integer,
min_value: 1,