debug/hide inventory list
This commit is contained in:
2 files changed
+9
-9
No files matched your search
@@ -47,7 +47,7 @@ module.exports = {
|
||||
name: "action_channel",
|
||||
description: "Set the channel to be used for /me commands",
|
||||
value: "action_channel",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
@@ -79,7 +79,7 @@ module.exports = {
|
||||
name: "tweet_channel",
|
||||
description: "Set the channel to be used for /tweet commands",
|
||||
value: "tweet_channel",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
@@ -111,7 +111,7 @@ module.exports = {
|
||||
name: "adverts_channel",
|
||||
description: "Set the channel for users to send commercial adverts",
|
||||
value: "adverts_channel",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
@@ -156,7 +156,7 @@ module.exports = {
|
||||
name: "income_role",
|
||||
description: "Add/update a role to earn income on /work command",
|
||||
value: "set_income_role",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
@@ -199,7 +199,7 @@ module.exports = {
|
||||
name: "commercial_role",
|
||||
description: "Set/remove commercial role",
|
||||
value: "commercial_role",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
@@ -233,7 +233,7 @@ module.exports = {
|
||||
name: "officer_role",
|
||||
description: "Set/remove officer role",
|
||||
value: "officer_role",
|
||||
type: 1,
|
||||
type: 2,
|
||||
options: [
|
||||
{
|
||||
name: "set",
|
||||
|
||||
Reference in new issue
Block a user