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

@@ -1,7 +1,7 @@
{
"messages": {
"admin_user_channel_creation_failed": "Event channel could not be created for user **{display_name}** ({mention}) and event **{event_name}**.",
"admin_user_completed_event": "User **{display_name}** ({mention}) has completed the event",
"admin_user_completed_event": "User **{display_name}** ({mention}) has completed the event **{event_name}**",
"admin_user_completed_stage": "User **{display_name}** ({mention}) has completed the stage {stage_sequence} of the event **{event_name}**.",
"config_reset": "Configuration has been reset. You can update it using `/config set`, otherwise no events can be held.",
"config_set": "Configuration has been updated. You can review it anytime using `/config show`.",