mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Changed user specific motd seen log entry to blue bg
This commit is contained in:
parent
71eb4b1a03
commit
ffdb2c6db6
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ function GetApp() {
|
||||||
|
|
||||||
function userSpecificMotdSeenBy(id) {
|
function userSpecificMotdSeenBy(id) {
|
||||||
if (!userSpecificMotd[id].seen) {
|
if (!userSpecificMotd[id].seen) {
|
||||||
logger.Log(`User #${id}'s user specific motd is now seen.`)
|
logger.Log(`User #${id}'s user specific motd is now seen.`, logger.GetColor('bluebg'))
|
||||||
userSpecificMotd[id].seen = true
|
userSpecificMotd[id].seen = true
|
||||||
utils.WriteFile(JSON.stringify(userSpecificMotd), userSpecificMotdFile)
|
utils.WriteFile(JSON.stringify(userSpecificMotd), userSpecificMotdFile)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue