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