logo: added the server logo config to OG

This commit is contained in:
silver 2025-06-15 22:49:52 +01:00
parent 1f0fcf97b4
commit 919e6fcfd6
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,26 @@
# This file controls what logos are displayed on the Skynet Discord server
# See README.md for explaination of the fields
[[festivals]]
name = "pride"
all_year = true
start = { day = 1, month = 6, year = 0}
end = { day = 30, month = 6, year = 0}
[[festivals]]
name = "christmas"
all_year = false
start = { day = 1, month = 12, year = 0}
end = { day = 31, month = 12, year = 0}
[[festivals]]
name = "halloween"
all_year = false
start = { day = 1, month = 12, year = 0}
end = { day = 31, month = 12, year = 0}
[[festivals]]
name = "easter"
all_year = false
start = { day = 13, month = 4, year = 2025}
end = { day = 27, month = 4, year = 2025}