better help command & capitalize descriptions
This commit is contained in:
8 files changed
+84
-69
No files matched your search
+17
-17
@@ -13,13 +13,13 @@ module.exports = {
|
||||
options: [
|
||||
{
|
||||
name: "allowed_channels",
|
||||
description: "set channels you're allowed to use the bot in",
|
||||
description: "Set channels you're allowed to use the bot in",
|
||||
value: "allowed_channels",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "add_or_remove",
|
||||
description: "add/remove channel",
|
||||
description: "Add/remove channel",
|
||||
value: "add_or_remove",
|
||||
type: 3,
|
||||
required: true,
|
||||
@@ -29,7 +29,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "channel",
|
||||
description: "the channel to configure",
|
||||
description: "The channel to configure",
|
||||
value: "channel",
|
||||
type: 7,
|
||||
required: true,
|
||||
@@ -38,13 +38,13 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "action_channel",
|
||||
description: "set the channel to be used for /me commands",
|
||||
description: "Set the channel to be used for /me commands",
|
||||
value: "action_channel",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "set_or_remove",
|
||||
description: "set/remove channel",
|
||||
description: "Set/remove channel",
|
||||
value: "set_or_remove",
|
||||
type: 3,
|
||||
required: true,
|
||||
@@ -54,7 +54,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "channel",
|
||||
description: "the channel to configure",
|
||||
description: "The channel to configure",
|
||||
value: "channel",
|
||||
type: 7,
|
||||
required: true,
|
||||
@@ -63,13 +63,13 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "tweet_channel",
|
||||
description: "set the channel to be used for /tweet commands",
|
||||
description: "Set the channel to be used for /tweet commands",
|
||||
value: "tweet_channel",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "set_or_remove",
|
||||
description: "set/remove channel",
|
||||
description: "Set/remove channel",
|
||||
value: "set_or_remove",
|
||||
type: 3,
|
||||
required: true,
|
||||
@@ -79,7 +79,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "channel",
|
||||
description: "the channel to configure",
|
||||
description: "The channel to configure",
|
||||
value: "channel",
|
||||
type: 7,
|
||||
required: true,
|
||||
@@ -88,12 +88,12 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "starting_balance",
|
||||
description: "set the starting balance",
|
||||
description: "Set the starting balance",
|
||||
value: "starting_balance",
|
||||
type: 1,
|
||||
options: [{
|
||||
name: "amount",
|
||||
description: "the amount to set the starting balance",
|
||||
description: "The amount to set the starting balance",
|
||||
value: 1000.00,
|
||||
type: 10,
|
||||
required: true,
|
||||
@@ -101,20 +101,20 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "set_income_role",
|
||||
description: "add/update a role to earn income on /work command",
|
||||
description: "Add/update a role to earn income on /work command",
|
||||
value: "set_income_role",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "role",
|
||||
description: "role for this income",
|
||||
description: "Role for this income",
|
||||
value: "role",
|
||||
type: 8,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "amount",
|
||||
description: "the amount to earn in 1 day of work",
|
||||
description: "The amount to earn in 1 day of work",
|
||||
value: 120.00,
|
||||
type: 10,
|
||||
required: true,
|
||||
@@ -123,13 +123,13 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "remove_income_role",
|
||||
description: "remove a role from earning income",
|
||||
description: "Remove a role from earning income",
|
||||
value: "remove_income_role",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "role",
|
||||
description: "role to remove",
|
||||
description: "Role to remove",
|
||||
value: "role",
|
||||
type: 8,
|
||||
required: true,
|
||||
@@ -138,7 +138,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "view",
|
||||
description: "view current settings configuration",
|
||||
description: "View current settings configuration",
|
||||
value: "view",
|
||||
type: 1,
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user