Skip to content

Commit 74d4b72

Browse files
committed
docs: Add a little comment
1 parent 8b22543 commit 74d4b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/oauth2/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ async def edit_application_command_permissions(
12061206
type=AppCommandPermissionType.CHANNEL,
12071207
id=COMMAND_CHANNEL_ID,
12081208
permission=True
1209-
)
1209+
) # Allow permission for the "commands" channel
12101210
]
12111211
12121212
await client.edit_application_command_permissions(

0 commit comments

Comments
 (0)