Added interactive config creation

This commit is contained in:
Collin Rapp
2020-02-04 23:21:53 -08:00
parent d3799a74cf
commit f07483e68a
5 changed files with 111 additions and 27 deletions

View File

@@ -17,8 +17,9 @@ subreddit = ""
################################################################################
[filepaths]
# The name of the SQLite database file to use.
database = "pointsbot.db"
# The name of the SQLite database file to use. This value is optional; if not
# specified, a default filepath will be used.
database = ""
################################################################################