diff --git a/interactions/client/smart_cache.py b/interactions/client/smart_cache.py index c7090a616..4b6b9cbe0 100644 --- a/interactions/client/smart_cache.py +++ b/interactions/client/smart_cache.py @@ -550,6 +550,7 @@ async def fetch_dm_channel_id(self, user_id: "Snowflake_Type", *, force: bool = data = await self._client.http.create_dm(user_id) channel = self.place_channel_data(data) channel_id = channel.id + self.place_dm_channel_id(user_id, channel_id) return channel_id async def fetch_dm_channel(self, user_id: "Snowflake_Type", *, force: bool = False) -> "DM":