forked from Skynet/discord-bot
feat: pull the config for the festivals locally, using teh imported repo
This commit is contained in:
parent
6d5ad8e418
commit
86a3af2a65
3 changed files with 74 additions and 60 deletions
|
@ -3,21 +3,4 @@
|
|||
[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}
|
||||
file = "_festivals.toml"
|
Loading…
Add table
Add a link
Reference in a new issue