Add option for comments from discord

This commit is contained in:
trémeur 2023-07-31 19:27:59 +01:00
parent 5bbece2ebe
commit 015f478ea7
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import datetime
title = ""
title = "" # just the number is fine
showtitle = False
language = "en"
# translation =
@ -24,7 +24,7 @@ location = [""]
# locationtext = ""
# summary = ""
# notes = ""
# event = "" # challenge (including fests), ao3exchange, exchange, prompt
# event = "" # challenge (including fests; anything without a specific prompt), ao3exchange, exchange, prompt
# eventlocation = "" # dwcomm, dwjournal, ljjournal
# eventname = ""
# eventdeets = "" # probably not needed unless its robotsoup
@ -39,8 +39,8 @@ locked = False
html = True
pdf = True
epub = True
# comments = [{"site":"", # ao3, dw, lj
# "registered":, # True or False
# comments = [{"site":"", # ao3, dw, lj, discord
# "registered":, # True or False, not required for discord
# "username":"", # leave out if its a dw/lj anon
# "pseud":"", # optional, ao3 only
# "date":datetime.datetime(),