update dates

This commit is contained in:
bignutty 2025-02-17 17:23:08 +01:00
parent 8d624d1d81
commit ec90f0fe4f
3 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@ the worlds greatest discord bot
## legal ## legal
labsCore © 2024 by bignutty is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International. labsCore © 2024-2025 by bignutty is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International.

View file

@ -125,7 +125,7 @@ module.exports = {
}, },
footer: { footer: {
iconUrl: STATICS.googlemaps, iconUrl: STATICS.googlemaps,
text: `Map Data ©2024 Google • ${context.application.name}` text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
} }
}) })

View file

@ -111,7 +111,7 @@ module.exports = {
}, },
footer: { footer: {
iconUrl: STATICS.googlemaps, iconUrl: STATICS.googlemaps,
text: `Map Data ©2024 Google • ${context.application.name}` text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
} }
}) })
@ -178,7 +178,7 @@ module.exports = {
}, },
footer: { footer: {
iconUrl: STATICS.googlemaps, iconUrl: STATICS.googlemaps,
text: `Map Data ©2024 Google • ${context.application.name}` text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
} }
}) })