Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cogs/add_users_to_threads_and_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def on_thread_create(self, thread: discord.Thread) -> None:
)

@discord.slash_command( # type: ignore[no-untyped-call, misc]
name="add_users_to_channel",
name="add-users-to-channel",
description="Adds selected users to a channel or thread.",
)
@discord.option( # type: ignore[no-untyped-call, misc]
Expand Down Expand Up @@ -237,7 +237,7 @@ async def add_user_to_channel( # type: ignore[misc]
)

@discord.slash_command( # type: ignore[no-untyped-call, misc]
name="add_role_to_channel",
name="add-role-to-channel",
description="Adds the selected role and it's users to a channel or thread.",
)
@discord.option( # type: ignore[no-untyped-call, misc]
Expand Down