Add Danbooru Winter Sale.

This commit is contained in:
evazion
2021-12-28 14:41:37 -06:00
parent 572b1b74f7
commit b8356c97c1
11 changed files with 76 additions and 8 deletions

View File

@@ -516,6 +516,19 @@ module Danbooru
# https://docs.newrelic.com/docs/accounts/accounts-billing/account-setup/new-relic-license-key/
def new_relic_license_key
end
# True if the Winter Sale is active.
def is_promotion?
false
end
# The end date of the Winter Sale.
def winter_sale_end_date
end
# The forum topic linked to in the Winter Sale notice.
def winter_sale_forum_topic_id
end
end
EnvironmentConfiguration = Struct.new(:config) do