logo: added the server logo config to OG
This commit is contained in:
parent
1f0fcf97b4
commit
919e6fcfd6
2 changed files with 74 additions and 0 deletions
26
Resources/Logo_Variants/_festivals.toml
Normal file
26
Resources/Logo_Variants/_festivals.toml
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue