refactor/tidy command descriptions
This commit is contained in:
19 files changed
+69
-169
No files matched your search
+2
-2
@@ -33,14 +33,14 @@ module.exports = {
|
||||
required: true
|
||||
}, {
|
||||
name: "anonymous",
|
||||
description: "Make this bounty anonymous",
|
||||
description: "Make this bounty anonymous (does not show your name)",
|
||||
value: false,
|
||||
type: CommandOptions.Boolean,
|
||||
required: false
|
||||
}]
|
||||
}, {
|
||||
name: "pay",
|
||||
description: "Pay off your bounty (double price)",
|
||||
description: "Pay off your bounty",
|
||||
value: "pay",
|
||||
type: CommandOptions.SubCommand,
|
||||
}, {
|
||||
|
||||
Reference in new issue
Block a user