This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
NoneBot2 原神充值二维码插件,触发命令:原神充值/充值/pay | |
阉割了指令的 @QQ 功能,其余功能完整 | |
第 40 行需要手动填写 API 地址 | |
""" | |
from base64 import b64decode | |
from io import BytesIO |