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
@@ -15,7 +15,7 @@ module.exports = {
options: [
{
name: "balance",
description: "View your bank balance and count your cash",
description: "View your bank balance",
value: "balance",
type: CommandOptions.SubCommand,
options: [{
@@ -28,7 +28,7 @@ module.exports = {
},
{
name: "transfer",
description: "Transfer directly to users bank",
description: "Transfer money to another user",
value: "transfer",
type: CommandOptions.SubCommand,
options: [