mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
优化原神日历
This commit is contained in:
parent
40a62dc123
commit
3e68d638b1
@ -27,7 +27,7 @@ async def send_calendar(push_id, push_data):
|
||||
data = {'user_id': push_id}
|
||||
elif push_data['type'] == 'guild':
|
||||
api = 'send_guild_channel_msg'
|
||||
data = {'guild_id': push_id, 'channel_id': push_data['channel_id']}
|
||||
data = {'channel_id': push_id, 'guild_id': push_data['guild_id']}
|
||||
else:
|
||||
api = 'send_group_msg'
|
||||
data = {'group_id': push_id}
|
||||
|
Loading…
x
Reference in New Issue
Block a user