forked from Skynet/discord-bot
feat: initial tests of new function to handle changing the logo in discord server
This commit is contained in:
parent
fcfcfb8409
commit
725bfa41cc
2 changed files with 216 additions and 0 deletions
23
.server-icons.toml
Normal file
23
.server-icons.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# this file controls the
|
||||
|
||||
[source]
|
||||
repo = "https://forgejo.skynet.ie/Computer_Society/open-goverance"
|
||||
directory = "Resources/Logo_Variants"
|
||||
|
||||
[[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}
|
Loading…
Add table
Add a link
Reference in a new issue