mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-22 07:07:46 +00:00
🐛 Fix incorrect initialize
function declared in BirthdayPlugin
This commit is contained in:
parent
7805a2879e
commit
56cf315747
@ -48,7 +48,7 @@ class BirthdayPlugin(Plugin):
|
||||
self.cookie_service = cookie_service
|
||||
self.helper = helper
|
||||
|
||||
async def __async_init__(self):
|
||||
async def initialize(self):
|
||||
self.birthday_list = await Calendar.async_gen_birthday_list()
|
||||
self.birthday_list.get("6_1", []).append("派蒙")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user