Skip to content

Commit

Permalink
Update ID
Browse files Browse the repository at this point in the history
  • Loading branch information
murpii authored Feb 10, 2024
1 parent 3ee5d63 commit eaeea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/map_testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ async def create_thread(self, interaction: discord.Interaction, trial_tester: di

thread = await channel.create_thread(name=f'Promote {trial_tester.global_name}', message=None, invitable=False)
await thread.send(
f'<@&930665860408946708> \n'
f'<@&{ROLE_TESTER> \n'
f'{interaction.user.mention} suggests to promote {trial_tester.global_name} to Tester. Opinions?'
)

Expand Down

0 comments on commit eaeea06

Please sign in to comment.