Completion message sent to admins will now include the event name
This commit is contained in:
@@ -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
|
||||
),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user