Update README.md

This commit is contained in:
HibiKier 2021-06-04 18:18:59 +08:00 committed by GitHub
parent b2ef7044ca
commit 617f7399cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,8 @@ python bot.py
USE_CONFIG_FILE = True
# 如果不使用配置文件将USE_CONFIG_FILE设置为False可在./configs/config.py文件中修改配置在./configs/path_config.py修改资源路径
# 如果不使用配置文件将USE_CONFIG_FILE设置为False
#可在./configs/config.py文件中修改配置在./configs/path_config.py修改资源路径
# 已在./configs/config.py和./configs/path_config.py中为各个配置提供注解
```