From b930826e6ac00db98fd9571f73e99949ac5cca68 Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:16:07 +0100 Subject: [PATCH] modify event strings --- bot/en_gb/standard/serverActions.json | 7 +++++-- bot/en_pr/standard/serverActions.json | 7 +++++-- bot/en_us/standard/serverActions.json | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/bot/en_gb/standard/serverActions.json b/bot/en_gb/standard/serverActions.json index 7c18270..0959614 100644 --- a/bot/en_gb/standard/serverActions.json +++ b/bot/en_gb/standard/serverActions.json @@ -33,17 +33,20 @@ "title": "Event Created", "description_withChannel": "{executor} created an event {name} in {channel}", "description_withoutChannel": "{executor} created an event {name}", + "eventDescription": "Description", "location": "Location", "starts": "Starts" }, "serverEventDelete": { "title": "Event Deleted", "description": "{executor} deleted an event {name}", - "eventDescription": "Description", "linkToEventImage": "Link to event image" }, "serverEventUpdate": { "title": "Event Updated", - "description": "{executor} updated an event {name}" + "description": "{executor} updated an event {name}", + "newEventDescription": "New Description", + "newLocation": "New Location", + "newChannel": "New Channel" } } \ No newline at end of file diff --git a/bot/en_pr/standard/serverActions.json b/bot/en_pr/standard/serverActions.json index 7c18270..0959614 100644 --- a/bot/en_pr/standard/serverActions.json +++ b/bot/en_pr/standard/serverActions.json @@ -33,17 +33,20 @@ "title": "Event Created", "description_withChannel": "{executor} created an event {name} in {channel}", "description_withoutChannel": "{executor} created an event {name}", + "eventDescription": "Description", "location": "Location", "starts": "Starts" }, "serverEventDelete": { "title": "Event Deleted", "description": "{executor} deleted an event {name}", - "eventDescription": "Description", "linkToEventImage": "Link to event image" }, "serverEventUpdate": { "title": "Event Updated", - "description": "{executor} updated an event {name}" + "description": "{executor} updated an event {name}", + "newEventDescription": "New Description", + "newLocation": "New Location", + "newChannel": "New Channel" } } \ No newline at end of file diff --git a/bot/en_us/standard/serverActions.json b/bot/en_us/standard/serverActions.json index 7c18270..0959614 100644 --- a/bot/en_us/standard/serverActions.json +++ b/bot/en_us/standard/serverActions.json @@ -33,17 +33,20 @@ "title": "Event Created", "description_withChannel": "{executor} created an event {name} in {channel}", "description_withoutChannel": "{executor} created an event {name}", + "eventDescription": "Description", "location": "Location", "starts": "Starts" }, "serverEventDelete": { "title": "Event Deleted", "description": "{executor} deleted an event {name}", - "eventDescription": "Description", "linkToEventImage": "Link to event image" }, "serverEventUpdate": { "title": "Event Updated", - "description": "{executor} updated an event {name}" + "description": "{executor} updated an event {name}", + "newEventDescription": "New Description", + "newLocation": "New Location", + "newChannel": "New Channel" } } \ No newline at end of file