change readme

This commit is contained in:
sunwoo1524 2023-12-08 20:19:56 +09:00
parent e3c219636d
commit c880fae293

View file

@ -13,10 +13,10 @@ pip install -r requirements.txt
4. change setting 4. change setting
``` ```
# copy example setting file # copy example setting file
cp setting_example.py setting.py cp src/setting_example.py src/setting.py
# edit setting file # edit setting file
vim setting.py vim src/setting.py
``` ```
- `instance_address`: address of misskey instance that your bot will run - `instance_address`: address of misskey instance that your bot will run
- `access_token`: API access token of your bot account - `access_token`: API access token of your bot account