diff --git a/interactions/api/gateway/client.py b/interactions/api/gateway/client.py index 546236829..5b4f402f3 100644 --- a/interactions/api/gateway/client.py +++ b/interactions/api/gateway/client.py @@ -403,7 +403,7 @@ def _dispatch_event(self, event: str, data: dict) -> None: def __modify_guild_cache(): if not ( - guild_id := data.get("guild_id") + (guild_id := data.get("guild_id")) and not isinstance(obj, Guild) and "message" not in name ):