Skip to content

Commit 2dadbbe

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

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
@@ -186,7 +186,7 @@ async def on_thread_create(self, thread: discord.Thread) -> None:
186186

187187
@discord.slash_command( # type: ignore[no-untyped-call, misc]
188188
name="add_users_to_channel",
189-
description="Adds selected users to a channel.",
189+
description="Adds selected users to a channel or thread.",
190190
)
191191
@discord.option( # type: ignore[no-untyped-call, misc]
192192
name="user",

0 commit comments

Comments
 (0)