Compare commits

...

1 Commits
v0.1 ... main

Author SHA1 Message Date
2722d623af Fix webhook bug 2021-10-05 00:11:51 +08:00

View File

@ -46,7 +46,7 @@ class Webhook:
if data['data']['type'] not in self.allow_event_list:
logger.log('WEBHOOK', f'Webhook for this event is disabled.')
return
continue
try:
async with aiohttp.ClientSession() as session: