diff --git a/prism/webhook/__init__.py b/prism/webhook/__init__.py index 80d3c5b..a2945af 100644 --- a/prism/webhook/__init__.py +++ b/prism/webhook/__init__.py @@ -46,7 +46,7 @@ async def _handle_event(self) -> None: 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: