mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
feat: 加上BTC和XMR的地址
This commit is contained in:
parent
7ce9687702
commit
131297d859
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -6,4 +6,5 @@ qchatgpt.log
|
|||
config.py
|
||||
banlist.py
|
||||
plugins/
|
||||
!plugins/__init__.py
|
||||
!plugins/__init__.py
|
||||
/revcfg.py
|
||||
|
|
1
main.py
1
main.py
|
@ -211,6 +211,7 @@ def main(first_time_init=False):
|
|||
"以支持项目稳定运行😘"),
|
||||
Image(base64=pkg.utils.constants.alipay_qr_b64),
|
||||
Image(base64=pkg.utils.constants.wechat_qr_b64),
|
||||
Plain("BTC: 3N4Azee63vbBB9boGv9Rjf4N5SocMe5eCq\nXMR: 89LS21EKQuDGkyQoe2nDupiuWXk4TVD6FALvSKv5owfmeJEPFpHeMsZLYtLiJ6GxLrhsRe5gMs6MyMSDn4GNQAse2Mae4KE\n\n"),
|
||||
Plain("(本消息仅在启动时发送至管理员,如果您不想再看到此消息,请在config.py中将encourage_sponsor_at_start设置为False)")
|
||||
])
|
||||
pkg.utils.context.get_qqbot_manager().notify_admin_message_chain(message_chain)
|
||||
|
|
Loading…
Reference in New Issue
Block a user