Completion message sent to admins will now include the event name

This commit is contained in:
2025-04-29 13:53:38 +02:00
parent 9d39b803f3
commit efb9ae55ef
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class CogGuess(Cog):
ctx.guild,
guild,
self.bot._("admin_user_completed_event", "messages", locale=ctx.locale).format(
display_name=ctx.author.display_name, mention=ctx.author.mention
display_name=ctx.author.display_name, mention=ctx.author.mention, event_name=event.name
),
)