untracked files on dev: 64676f7
Merge branch 'dev' of git.nixnet.services:amber/amber-ebooks into dev
This commit is contained in:
commit
d884627c51
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "/home/amber/pkg/git/nixnet/amber-ebooks"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Python: Current File",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${file}",
|
||||||
|
"console": "integratedTerminal",
|
||||||
|
"justMyCode": true,
|
||||||
|
"args": ["-c", "config.json"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Binary file not shown.
|
@ -0,0 +1,13 @@
|
||||||
|
{"site": "https://botsin.space",
|
||||||
|
"cw": null,
|
||||||
|
"instance_blacklist": ["bofa.lol",
|
||||||
|
"witches.town",
|
||||||
|
"knzk.me"],
|
||||||
|
"learn_from_cw": true,
|
||||||
|
"mention_handling": 1,
|
||||||
|
"max_thread_length": 15,
|
||||||
|
"strip_paired_punctuation": false,
|
||||||
|
"website": "https://git.nixnet.services/amber/amber-ebooks",
|
||||||
|
"client": {"id": "C-OFxhEUZnRyGTYddoBsXAvJg1GG3QURXsNeYl0X6o8",
|
||||||
|
"secret": "B3LVKo05rNNSJ1O-BQ-cJv3vreSTdHGImorsbTZ0e1M"},
|
||||||
|
"secret": "7WTDR54lhsklgHW_9NfMyyFPxeTAsQzhywJoFGjK5PU"}
|
Reference in New Issue