Skip to content

Commit a9763c2

Browse files
Remove underscores from add-user commands (#456)
1 parent 32b70f1 commit a9763c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cogs/add_users_to_threads_and_channels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def on_thread_create(self, thread: discord.Thread) -> None:
185185
)
186186

187187
@discord.slash_command( # type: ignore[no-untyped-call, misc]
188-
name="add_users_to_channel",
188+
name="add-users-to-channel",
189189
description="Adds selected users to a channel or thread.",
190190
)
191191
@discord.option( # type: ignore[no-untyped-call, misc]
@@ -237,7 +237,7 @@ async def add_user_to_channel( # type: ignore[misc]
237237
)
238238

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

0 commit comments

Comments
 (0)