Skip to content

Commit 10f448e

Browse files
fix: make description for channel options on permission commands clear
fixes: #18
1 parent 6690550 commit 10f448e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/discord_commands/global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"type": 7,
5757
"name": "channel",
5858
"required": false,
59-
"description": "The channel to manage / view permissions of the target on",
59+
"description": "The channel to manage / view permissions of the target on. Leave this blank to manage permissions on the entire server",
6060
"channel_types": [0, 5]
6161
}
6262
]
@@ -92,7 +92,7 @@
9292
"type": 7,
9393
"name": "channel",
9494
"required": false,
95-
"description": "The channel to setup permissions of the target on",
95+
"description": "The channel to setup permissions of the target on. Leave this blank to setup permissions on the entire server",
9696
"channel_types": [0, 5]
9797
}
9898
]

0 commit comments

Comments
 (0)