diff --git a/interactions/api/gateway/client.py b/interactions/api/gateway/client.py index 198ef76cd..2c52926b2 100644 --- a/interactions/api/gateway/client.py +++ b/interactions/api/gateway/client.py @@ -501,7 +501,7 @@ def __modify_guild_cache(): self._dispatch.dispatch(f"on_{name}", obj) except AttributeError as error: - log.fatal(f"An error occurred dispatching {name}: {error}") + log.warning(f"An error occurred dispatching {name}: {error}") def __contextualize(self, data: dict) -> "_Context": """