mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
更新一些外围东西
This commit is contained in:
parent
69f202e83a
commit
8fc16690d3
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,2 +1,8 @@
|
|||
/venv
|
||||
venv
|
||||
env
|
||||
|
||||
config.toml
|
||||
|
||||
*.pyc
|
||||
*__pycache__/
|
||||
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
private_key = "" # 与 icalingua 客户端使用的 private_key 一致
|
||||
host = "" # docker 版 icalingua 服务的地址
|
||||
self_id = 0 # 机器人的 qq 号
|
||||
notice_room = -0 # 启动 bot 后通知的群号/人
|
||||
# 群号请使用群号的负数
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
lib-not-dr
|
||||
lib-not-dr >= 0.3.13
|
||||
colorama
|
||||
qtoml
|
||||
pynacl
|
Loading…
Reference in New Issue
Block a user