better help command & capitalize descriptions
This commit is contained in:
8 files changed
+84
-69
No files matched your search
@@ -28,13 +28,13 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "item",
|
||||
description: "view an item in your inventory",
|
||||
description: "View an item in your inventory",
|
||||
value: "item",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "item-number",
|
||||
description: "item to interact with",
|
||||
description: "Item to interact with",
|
||||
value: 1,
|
||||
type: 4,
|
||||
required: true,
|
||||
@@ -43,20 +43,20 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "give",
|
||||
description: "give user item from inventory",
|
||||
description: "Give user item from inventory",
|
||||
value: "give",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "item-number",
|
||||
description: "item to interact with",
|
||||
description: "Item to interact with",
|
||||
value: 1,
|
||||
type: 4,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "user",
|
||||
description: "user to give item",
|
||||
description: "User to give item",
|
||||
value: "user",
|
||||
type: 6,
|
||||
required: true,
|
||||
@@ -65,13 +65,13 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "drop",
|
||||
description: "drop item from inventory",
|
||||
description: "Drop item from inventory",
|
||||
value: "drop",
|
||||
type: 1,
|
||||
options: [
|
||||
{
|
||||
name: "item-number",
|
||||
description: "item to interact with",
|
||||
description: "Item to interact with",
|
||||
value: 1,
|
||||
type: 4,
|
||||
required: true,
|
||||
@@ -80,7 +80,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
name: "clear",
|
||||
description: "clear your inventory",
|
||||
description: "Clear your inventory",
|
||||
value: "clear",
|
||||
type: 1,
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user