mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-06 21:32:58 -04:00
update dates
This commit is contained in:
parent
8d624d1d81
commit
ec90f0fe4f
3 changed files with 4 additions and 4 deletions
|
@ -6,4 +6,4 @@ the worlds greatest discord bot
|
|||
|
||||
## 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.
|
|
@ -125,7 +125,7 @@ module.exports = {
|
|||
},
|
||||
footer: {
|
||||
iconUrl: STATICS.googlemaps,
|
||||
text: `Map Data ©2024 Google • ${context.application.name}`
|
||||
text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ module.exports = {
|
|||
},
|
||||
footer: {
|
||||
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: {
|
||||
iconUrl: STATICS.googlemaps,
|
||||
text: `Map Data ©2024 Google • ${context.application.name}`
|
||||
text: `Map Data ©${new Date().getFullYear()} Google • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue