feat: 加上BTC和XMR的地址

This commit is contained in:
Rock Chin
2023-02-14 23:07:16 +08:00
parent 7ce9687702
commit 131297d859
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -6,4 +6,5 @@ qchatgpt.log
config.py config.py
banlist.py banlist.py
plugins/ plugins/
!plugins/__init__.py !plugins/__init__.py
/revcfg.py

View File

@@ -211,6 +211,7 @@ def main(first_time_init=False):
"以支持项目稳定运行😘"), "以支持项目稳定运行😘"),
Image(base64=pkg.utils.constants.alipay_qr_b64), Image(base64=pkg.utils.constants.alipay_qr_b64),
Image(base64=pkg.utils.constants.wechat_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)") Plain("(本消息仅在启动时发送至管理员如果您不想再看到此消息请在config.py中将encourage_sponsor_at_start设置为False)")
]) ])
pkg.utils.context.get_qqbot_manager().notify_admin_message_chain(message_chain) pkg.utils.context.get_qqbot_manager().notify_admin_message_chain(message_chain)