Skip to content

Commit e537f75

Browse files
Update cogs/add_users_to_threads_and_channels.py
Co-authored-by: Matt Norton <matt@carrotmanmatt.com>
1 parent 1cd8418 commit e537f75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cogs/add_users_to_threads_and_channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ async def add_user_to_channel( # type: ignore[misc]
238238

239239
@discord.slash_command( # type: ignore[no-untyped-call, misc]
240240
name="add_role_to_channel",
241-
description="Adds the selected role and it's users to a channel.",
241+
description="Adds the selected role and it's users to a channel or thread.",
242242
)
243243
@discord.option( # type: ignore[no-untyped-call, misc]
244244
name="role",

0 commit comments

Comments
 (0)