mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
feat: 加上BTC和XMR的地址
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,4 +6,5 @@ qchatgpt.log
|
|||||||
config.py
|
config.py
|
||||||
banlist.py
|
banlist.py
|
||||||
plugins/
|
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.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)
|
||||||
|
|||||||
Reference in New Issue
Block a user