Skip to content

Commit 768e71f

Browse files
authored
Fix: add user to private thread (#227)
1 parent 98882d7 commit 768e71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/discord-cluster-manager/cogs/submit_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ async def _handle_submission(
134134
type=discord.ChannelType.private_thread,
135135
auto_archive_duration=1440,
136136
)
137-
await thread.add_tags(interaction.user)
137+
await thread.add_user(interaction.user)
138138
config = build_task_config(
139139
task=task, submission_content=script_content, arch=self._get_arch(gpu_type), mode=mode
140140
)

0 commit comments

Comments
 (0)