Update JSON Explanations.md
This commit is contained in:
parent
d6876818fe
commit
f76ad802a3
@ -59,14 +59,23 @@ Additional options
|
|||||||
|
|
||||||
Config.json
|
Config.json
|
||||||
===========
|
===========
|
||||||
`config.json` is now removed with the addition of `NadekoBot.db` so if you have Nadeko 0.9x follow the [upgrading guide](http://nadekobot.readthedocs.io/en/latest/guides/Upgrading%20Guide/)
|
`config.json` is now removed with the addition of `NadekoBot.db` so if you have Nadeko 0.9x follow the [upgrading guide](http://nadekobot.readthedocs.io/en/latest/guides/Upgrading%20Guide/) to upgrade your bot.
|
||||||
|
|
||||||
DB files
|
DB files
|
||||||
========
|
========
|
||||||
Nadeko uses few db files in order to open the database
|
Nadeko uses few db files in order to open these database files `NadekoBot\src\NadekoBot\bin\Release\netcoreapp1.0\data\NadekoBot.db` (1.0) or `data\NadekoBot.sqlite` (0.9x) you will need [DB Browser for SQLite](http://sqlitebrowser.org/).
|
||||||
- `NadekoBot\src\NadekoBot\bin\Release\netcoreapp1.0\data\NadekoBot.db` (1.0)
|
|
||||||
- `data/NadekoBot.sqlite` (0.9x)
|
To make changes
|
||||||
you will need [DB Browser for SQLite](http://sqlitebrowser.org/) to make changes to any settings you want and click on "write changes" at the top.
|
|
||||||
|
- go to **Browse Data** tab
|
||||||
|
- click on **Table** drop-down list
|
||||||
|
- choose the table you want to edit
|
||||||
|
- click on the cell you want to edit
|
||||||
|
- edit it on the right-hand side
|
||||||
|
- click on **Apply**
|
||||||
|
- click on **Write Changes**
|
||||||
|
|
||||||
|
and that will save all the changes.
|
||||||
|
|
||||||
![nadekodb](https://cdn.discordapp.com/attachments/251504306010849280/254067055240806400/nadekodb.gif)
|
![nadekodb](https://cdn.discordapp.com/attachments/251504306010849280/254067055240806400/nadekodb.gif)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user