Add option for comments from discord
This commit is contained in:
parent
5bbece2ebe
commit
015f478ea7
2 changed files with 8 additions and 6 deletions
|
@ -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 it’s 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 it’s a dw/lj anon
|
||||
# "pseud":"", # optional, ao3 only
|
||||
# "date":datetime.datetime(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue