|
|
@ -11,6 +11,9 @@ KEY = config['application']['ApiKey'] |
|
|
|
# Bot's Misskey instance URL |
|
|
|
# Bot's Misskey instance URL |
|
|
|
INSTANCE = config['application']['InstanceUrl'] |
|
|
|
INSTANCE = config['application']['InstanceUrl'] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# SQLite Database location |
|
|
|
|
|
|
|
DB_PATH = config['application']['DatabaseLocation'] |
|
|
|
|
|
|
|
|
|
|
|
# Extra stuff for control of the bot |
|
|
|
# Extra stuff for control of the bot |
|
|
|
|
|
|
|
|
|
|
|
# TODO: move this to db |
|
|
|
# TODO: move this to db |
|
|
|