diff --git a/.gitignore b/.gitignore index b4a3b790..6cd2cd43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ -/venv +venv +env + config.toml + +*.pyc +*__pycache__/ + diff --git a/config-temp.toml b/config-temp.toml index 5ff2239e..2cc9d7d6 100644 --- a/config-temp.toml +++ b/config-temp.toml @@ -2,3 +2,5 @@ private_key = "" # 与 icalingua 客户端使用的 private_key 一致 host = "" # docker 版 icalingua 服务的地址 self_id = 0 # 机器人的 qq 号 +notice_room = -0 # 启动 bot 后通知的群号/人 +# 群号请使用群号的负数 diff --git a/readme.md b/readme.md index 439213ec..d4e03754 100644 --- a/readme.md +++ b/readme.md @@ -39,4 +39,4 @@ docker up -d ```powershell python connect.py -``` \ No newline at end of file +``` diff --git a/requirement.txt b/requirements.txt similarity index 72% rename from requirement.txt rename to requirements.txt index 389c64f7..ff5d0466 100644 --- a/requirement.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lib-not-dr +lib-not-dr >= 0.3.13 colorama qtoml pynacl