Start at -> End at

imgbot
Kieran 2022-09-15 21:26:08 +01:00
parent f3f5cbb0d5
commit 8c071f5c86
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ client.on('guildScheduledEventCreate', async (guildScheduledEvent) => {
if (guildScheduledEvent.scheduledEndAt !== null) {
embed.addField(
'End Date and Time',
`${guildScheduledEvent.scheduledStartAt.toLocaleString('en-UK', {
`${guildScheduledEvent.scheduledEndAt.toLocaleString('en-UK', {
timeZone: 'Europe/London',
})}`,
true