refactor/tidy command descriptions
This commit is contained in:
19 files changed
+69
-169
No files matched your search
+2
-2
@@ -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: [
|
||||
|
||||
Reference in new issue
Block a user